aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-08-28 15:14:30 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-08-28 15:14:30 +0000
commita5c0d49ac259d1e7d50a2d8535d9407833857a43 (patch)
tree058b87a05ca8b4852e171ec7e385899c578e0c73 /epan/epan.c
parent0e382b6668fb7f9d11ced840a297fbd953708574 (diff)
Remove useless include (GeoIP initialization was removed from epan_init() in r43604)
svn path=/trunk/; revision=44692
Diffstat (limited to 'epan/epan.c')
-rw-r--r--epan/epan.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/epan.c b/epan/epan.c
index 9b5840069c..098487884b 100644
--- a/epan/epan.c
+++ b/epan/epan.c
@@ -67,10 +67,6 @@
#include <ares_version.h>
#endif
-#ifdef HAVE_GEOIP
-#include "geoip_db.h"
-#endif
-
/*
* Refcount the edt:s and don't free ep memory until refcount = 0
* See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5284