diff options
-rw-r--r-- | example/reader_util.c | 3 | ||||
-rw-r--r-- | src/lib/ndpi_analyze.c | 4 | ||||
-rw-r--r-- | src/lib/ndpi_community_id.c | 4 | ||||
-rw-r--r-- | src/lib/ndpi_serializer.c | 4 |
4 files changed, 0 insertions, 15 deletions
diff --git a/example/reader_util.c b/example/reader_util.c index 0a9b435f1..730d14625 100644 --- a/example/reader_util.c +++ b/example/reader_util.c @@ -21,10 +21,7 @@ * */ -#ifdef HAVE_CONFIG_H #include "ndpi_config.h" -#endif - #include "ndpi_api.h" #include <stdlib.h> diff --git a/src/lib/ndpi_analyze.c b/src/lib/ndpi_analyze.c index 3dbcceced..b9c9815dc 100644 --- a/src/lib/ndpi_analyze.c +++ b/src/lib/ndpi_analyze.c @@ -21,10 +21,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include "ndpi_config.h" -#endif - #include <stdlib.h> #include <errno.h> #include <sys/types.h> diff --git a/src/lib/ndpi_community_id.c b/src/lib/ndpi_community_id.c index 80f43e0ea..9e0797054 100644 --- a/src/lib/ndpi_community_id.c +++ b/src/lib/ndpi_community_id.c @@ -21,10 +21,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include "ndpi_config.h" -#endif - #include <stdlib.h> #include <errno.h> #include <sys/types.h> diff --git a/src/lib/ndpi_serializer.c b/src/lib/ndpi_serializer.c index 23b328c63..b9294fa72 100644 --- a/src/lib/ndpi_serializer.c +++ b/src/lib/ndpi_serializer.c @@ -18,10 +18,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include "ndpi_config.h" -#endif - #include <stdlib.h> #include <errno.h> #include <inttypes.h> |