From 1a32a75a621086349f8eb30693bab5dec14b19f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 11 Nov 2021 00:54:00 +0000 Subject: 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. --- epan/dfilter/dfunctions.c | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/dfilter/dfunctions.c') 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 -#include #include #include #include -- cgit v1.2.3