aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2022-04-19 17:51:48 +0200
committerGitHub <noreply@github.com>2022-04-19 17:51:48 +0200
commita83ca555fbbe394e06063c6eef0c29efac1411fb (patch)
treef7b9e1cb8356b16848c6a8b0d421bee81ddbe9a4
parentfa79f07d1552490a2dc0710059d56d3bb4b1efbe (diff)
Removed superfluous ifdef'd includes. (#1519)
Signed-off-by: lns <matzeton@googlemail.com>
-rw-r--r--example/reader_util.c3
-rw-r--r--src/lib/ndpi_analyze.c4
-rw-r--r--src/lib/ndpi_community_id.c4
-rw-r--r--src/lib/ndpi_serializer.c4
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>