summaryrefslogtreecommitdiff
path: root/epan/oids_test.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-01-18 12:18:38 -0800
committerGuy Harris <guy@alum.mit.edu>2015-01-18 20:19:05 +0000
commit44e7ce54ffdfa416df8e4cfa1c756e95cb8039a0 (patch)
treeeb4def93ba2382f921e187b2463c9e8ef2a4beb7 /epan/oids_test.c
parent7abb10341b24bb5c139f8470f9456d97404562d2 (diff)
downloadwireshark-44e7ce54ffdfa416df8e4cfa1c756e95cb8039a0.tar.gz
Remove some apparently-unnecessary includes of emem.h.
Change-Id: Ib7d1b587b439ff21ec6b7f1756ce6ccf25b66f80 Reviewed-on: https://code.wireshark.org/review/6635 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/oids_test.c')
-rw-r--r--epan/oids_test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/oids_test.c b/epan/oids_test.c
index 3a0fa7d6e3..8825d3c118 100644
--- a/epan/oids_test.c
+++ b/epan/oids_test.c
@@ -27,7 +27,6 @@
#include <string.h>
#include <glib.h>
-#include "emem.h"
#include "oids.h"
#include "wmem/wmem.h"
@@ -496,10 +495,6 @@ main(int argc, char **argv)
oids_cleanup();
wmem_destroy_allocator(test_scope);
wmem_cleanup();
- /*
- * This might have been a good place for a call to ep_free_all() but that is not part of the
- * public interface for emem.h
- */
return result;
}