From 50a7a80ce2256fe456eec9e8a7caf75325697367 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 16 Aug 2006 17:25:42 +0000 Subject: [PATCH] remove event, util from dependencies --- panda/src/downloadertools/Sources.pp | 2 +- panda/src/downloadertools/pzip.cxx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/panda/src/downloadertools/Sources.pp b/panda/src/downloadertools/Sources.pp index c7590a629a..ffc25efc9b 100644 --- a/panda/src/downloadertools/Sources.pp +++ b/panda/src/downloadertools/Sources.pp @@ -1,6 +1,6 @@ #define OTHER_LIBS interrogatedb:c prc:c dconfig:c dtoolconfig:m \ dtoolutil:c dtoolbase:c dtool:m pystub prc:c -#define LOCAL_LIBS downloader express event +#define LOCAL_LIBS downloader express #define USE_PACKAGES openssl zlib #begin bin_target diff --git a/panda/src/downloadertools/pzip.cxx b/panda/src/downloadertools/pzip.cxx index c432ab33d8..3e3659eafb 100644 --- a/panda/src/downloadertools/pzip.cxx +++ b/panda/src/downloadertools/pzip.cxx @@ -19,7 +19,6 @@ #include "filename.h" #include "zStream.h" #include "pnotify.h" -#include "config_util.h" #ifndef HAVE_GETOPT #include "gnu_getopt.h"