summaryrefslogtreecommitdiff
path: root/epan/dfilter
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dfilter')
-rw-r--r--epan/dfilter/dfilter-macro.c3
-rw-r--r--epan/dfilter/dfvm.h1
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/dfilter/dfilter-macro.c b/epan/dfilter/dfilter-macro.c
index cd33b50a7e..6ea88191e3 100644
--- a/epan/dfilter/dfilter-macro.c
+++ b/epan/dfilter/dfilter-macro.c
@@ -22,8 +22,9 @@
#include "config.h"
+#ifdef DUMP_DFILTER_MACRO
#include <stdio.h>
-#include <errno.h>
+#endif
#include <string.h>
#include "dfilter-int.h"
diff --git a/epan/dfilter/dfvm.h b/epan/dfilter/dfvm.h
index 5b008081b0..c9ee83f851 100644
--- a/epan/dfilter/dfvm.h
+++ b/epan/dfilter/dfvm.h
@@ -21,7 +21,6 @@
#ifndef DFVM_H
#define DFVM_H
-#include <stdio.h>
#include <epan/proto.h>
#include "dfilter-int.h"
#include "syntax-tree.h"