aboutsummaryrefslogtreecommitdiffstats
path: root/epan/gcp.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-09-04 20:42:12 +0000
committerEvan Huus <eapache@gmail.com>2013-09-04 20:42:12 +0000
commit4fade3bc2dcb3e9e67bf3884b1251240e187c33c (patch)
tree6aa313b79bbffc37c97d7e1e298554c8d34fcc3d /epan/gcp.h
parentf5b85d81d0e4d29ac22ebc0c7888a5547e1b3ff6 (diff)
Convert GCP to wmem. It is only called from dissectors in the proper scope
already (yay!). svn path=/trunk/; revision=51753
Diffstat (limited to 'epan/gcp.h')
-rw-r--r--epan/gcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/gcp.h b/epan/gcp.h
index f107e64c54..dc034bbd58 100644
--- a/epan/gcp.h
+++ b/epan/gcp.h
@@ -28,7 +28,7 @@
#include <epan/packet.h>
#include <epan/conversation.h>
#include <epan/strutil.h>
-#include <epan/emem.h>
+#include <epan/wmem/wmem.h>
#include <epan/expert.h>
#include <epan/prefs.h>
#include <epan/to_str.h>