From b0ca1522177777663955812578afa03ad9269cdd Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Wed, 19 Dec 2012 23:11:22 +0000 Subject: 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 --- epan/packet_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/packet_info.h') 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 -- cgit v1.2.1