aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/airpcap_dlg.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/airpcap_dlg.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/airpcap_dlg.c')
-rw-r--r--ui/gtk/airpcap_dlg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gtk/airpcap_dlg.c b/ui/gtk/airpcap_dlg.c
index ef8f415938..a079d9e006 100644
--- a/ui/gtk/airpcap_dlg.c
+++ b/ui/gtk/airpcap_dlg.c
@@ -31,7 +31,6 @@
#include <string.h>
#include <wsutil/filesystem.h>
-#include <epan/emem.h>
#include <epan/prefs.h>
#include <epan/frequency-utils.h>
#include <epan/crypt/wep-wpadefs.h>