summaryrefslogtreecommitdiff
path: root/ui/profile.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/profile.c
parent233dc643a6ec9265a5a6e7a29ab39f5587bb1b9f (diff)
downloadwireshark-e601e01ffd141c2ddc3005e25a605be268980242.tar.gz
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/profile.c')
-rw-r--r--ui/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/profile.c b/ui/profile.c
index 62b46517ec..361bd8fe83 100644
--- a/ui/profile.c
+++ b/ui/profile.c
@@ -26,8 +26,8 @@
#include <string.h>
#include <errno.h>
+#include <glib.h>
-#include <epan/emem.h>
#include <wsutil/filesystem.h>
#include "profile.h"