aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfunctions.c
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-11-11 00:54:00 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-11-11 03:15:31 +0000
commit1a32a75a621086349f8eb30693bab5dec14b19f3 (patch)
treeb6f281e91fd5401befffdd8e86377b7d681d46f9 /epan/dfilter/dfunctions.c
parent37f1cf1a925d67ce495ba44b77a08904ca1ee21b (diff)
ftypes: Internal headers need to be internal
The header ftypes-int.h should not be used outside of epan/ftypes because it is a private header. The functions fvalue_free() and fvalue_cleanup() need not and should not be macros either.
Diffstat (limited to 'epan/dfilter/dfunctions.c')
-rw-r--r--epan/dfilter/dfunctions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dfilter/dfunctions.c b/epan/dfilter/dfunctions.c
index dd50f27b5b..69f5ec576f 100644
--- a/epan/dfilter/dfunctions.c
+++ b/epan/dfilter/dfunctions.c
@@ -15,7 +15,6 @@
#include <string.h>
-#include <ftypes/ftypes-int.h>
#include <ftypes/ftypes.h>
#include <epan/exceptions.h>
#include <wsutil/ws_assert.h>