aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.c
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 /example/reader_util.c
parentfa79f07d1552490a2dc0710059d56d3bb4b1efbe (diff)
Removed superfluous ifdef'd includes. (#1519)
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'example/reader_util.c')
-rw-r--r--example/reader_util.c3
1 files changed, 0 insertions, 3 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>