Browse Source

remove event, util from dependencies

David Rose 19 years ago
parent
commit
50a7a80ce2
2 changed files with 1 additions and 2 deletions
  1. 1 1
      panda/src/downloadertools/Sources.pp
  2. 0 1
      panda/src/downloadertools/pzip.cxx

+ 1 - 1
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

+ 0 - 1
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"