aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-12-19 23:11:22 +0000
committerEvan Huus <eapache@gmail.com>2012-12-19 23:11:22 +0000
commitb0ca1522177777663955812578afa03ad9269cdd (patch)
tree65fe17b6ceecfd36718f172887f14fa29dccdc98 /epan/packet_info.h
parent935b4904d49e03d48ce43afb11129213c699550a (diff)
Only include wmem_core.h in packet_info.h. It's not technically a
public header, but since packet_info.h is included in most of the tree it saves a great deal of recompilation when something in one of the wmem data structures changes. svn path=/trunk/; revision=46624
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index 450834fd7d..5f63de7faa 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -28,7 +28,7 @@
#include "frame_data.h"
#include "tvbuff.h"
#include "address.h"
-#include "wmem/wmem.h"
+#include "wmem/wmem_core.h"
/* Also defined in wiretap/wtap.h */
#define P2P_DIR_UNKNOWN -1