summaryrefslogtreecommitdiff
path: root/epan/geoip_db.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-07-18 02:47:56 +0000
committerEvan Huus <eapache@gmail.com>2012-07-18 02:47:56 +0000
commita234b68ff0a16c689c3c8c6064266ff9cf94db7b (patch)
tree94218d966dc63303419a7b1fa6bc142654c565b0 /epan/geoip_db.c
parent6e8258be9a7d525eb5ec00335dff7d025496bd73 (diff)
downloadwireshark-a234b68ff0a16c689c3c8c6064266ff9cf94db7b.tar.gz
Fix some system header files that were #included with "" instead of <>.
They made cppcheck unhappy. svn path=/trunk/; revision=43779
Diffstat (limited to 'epan/geoip_db.c')
-rw-r--r--epan/geoip_db.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/geoip_db.c b/epan/geoip_db.c
index 1bafbc3169..ab723af889 100644
--- a/epan/geoip_db.c
+++ b/epan/geoip_db.c
@@ -36,8 +36,8 @@
#include <glib.h>
#ifdef HAVE_GEOIP
-#include "GeoIP.h"
-#include "GeoIPCity.h"
+#include <GeoIP.h>
+#include <GeoIPCity.h>
#include "geoip_db.h"
#include "uat.h"