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
This commit is contained in:
Evan Huus 2012-12-19 23:11:22 +00:00
parent 935b4904d4
commit b0ca152217
1 changed files with 1 additions and 1 deletions

View File

@ -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