aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/uat_gui.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-01-18 11:46:28 -0800
committerGuy Harris <guy@alum.mit.edu>2015-01-18 19:47:20 +0000
commite601e01ffd141c2ddc3005e25a605be268980242 (patch)
tree044b767e371ab8ff3478692f61a25fb40415da0e /ui/gtk/uat_gui.c
parent233dc643a6ec9265a5a6e7a29ab39f5587bb1b9f (diff)
Remove some apparently-unnecessary includes of emem.h.
Also update a comment to no longer speak of ep_ allocation, and add an include of <glib.h> to ui/profile.c, which was formerly relying on the include of emem.h to drag it in. Change-Id: I08926699ee96cf66672836b6ee3bbb405b507ce8 Reviewed-on: https://code.wireshark.org/review/6633 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/gtk/uat_gui.c')
-rw-r--r--ui/gtk/uat_gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/uat_gui.c b/ui/gtk/uat_gui.c
index 2703ac1a37..2fbe72e9c9 100644
--- a/ui/gtk/uat_gui.c
+++ b/ui/gtk/uat_gui.c
@@ -47,7 +47,6 @@
#include <wsutil/report_err.h>
#include <epan/dfilter/dfilter-macro.h>
-#include <epan/emem.h>
#include <epan/proto.h>
#include <epan/packet.h>
#include <epan/uat-int.h>