aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-memcache.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-04-21 10:15:01 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-04-21 10:15:01 +0000
commitc1729024c520afc5c8824abc04b3a3cc9eacb716 (patch)
treee2314e8ae7d40d3d5c8739e492df771ad43bd3c9 /epan/dissectors/packet-memcache.c
parent9bfdc344d2f85ffdf947996004f72fba288a1ada (diff)
Removed second include <epan/packet.h>.
svn path=/trunk/; revision=32533
Diffstat (limited to 'epan/dissectors/packet-memcache.c')
-rw-r--r--epan/dissectors/packet-memcache.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/epan/dissectors/packet-memcache.c b/epan/dissectors/packet-memcache.c
index 870eee244a..e740390399 100644
--- a/epan/dissectors/packet-memcache.c
+++ b/epan/dissectors/packet-memcache.c
@@ -38,18 +38,15 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
-
#include <glib.h>
+
#include <epan/conversation.h>
#include <epan/packet.h>
#include <epan/strutil.h>
#include <epan/base64.h>
#include <epan/emem.h>
#include <epan/stats_tree.h>
-
#include <epan/req_resp_hdrs.h>
-
-#include <epan/packet.h>
#include <epan/prefs.h>
#include <epan/expert.h>