aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ip.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/dissectors/packet-ip.c
parent6e8258be9a7d525eb5ec00335dff7d025496bd73 (diff)
Fix some system header files that were #included with "" instead of <>.
They made cppcheck unhappy. svn path=/trunk/; revision=43779
Diffstat (limited to 'epan/dissectors/packet-ip.c')
-rw-r--r--epan/dissectors/packet-ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ip.c b/epan/dissectors/packet-ip.c
index 523df5a4ae..14bf19b2a1 100644
--- a/epan/dissectors/packet-ip.c
+++ b/epan/dissectors/packet-ip.c
@@ -56,7 +56,7 @@
#include "packet-ipsec.h"
#ifdef HAVE_GEOIP
-#include "GeoIP.h"
+#include <GeoIP.h>
#include <epan/geoip_db.h>
#endif /* HAVE_GEOIP */