diff options
author | Toni <matzeton@googlemail.com> | 2022-04-19 17:51:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 17:51:48 +0200 |
commit | a83ca555fbbe394e06063c6eef0c29efac1411fb (patch) | |
tree | f7b9e1cb8356b16848c6a8b0d421bee81ddbe9a4 /example/reader_util.c | |
parent | fa79f07d1552490a2dc0710059d56d3bb4b1efbe (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.c | 3 |
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> |