aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-11-07 15:12:18 -0800
committerGuy Harris <guy@alum.mit.edu>2015-11-07 23:12:50 +0000
commit8e689a9d4ac7504217001359ad030a2d57295930 (patch)
tree0cc0d4c4bd27c140d88c77d1108645ad25284fc6 /epan/conversation.c
parente9ad65adbba9678dbd430dced415132596387347 (diff)
Remove some unnecessary includes.
Either remove them completely, or put them inside an #ifdef. Change-Id: Iceff4909e250c17812f38d94e067f7c37ab72e1b Reviewed-on: https://code.wireshark.org/review/11630 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/conversation.c')
-rw-r--r--epan/conversation.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/conversation.c b/epan/conversation.c
index e664bc7cda..0f48edc9ec 100644
--- a/epan/conversation.c
+++ b/epan/conversation.c
@@ -22,8 +22,6 @@
#include "config.h"
-#include <stdio.h>
-
#include <string.h>
#include <glib.h>
#include "packet.h"