From 2fca31ccc14c0655a21bdc9058096107cd38a42c Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 9 Aug 2021 16:14:37 +0200 Subject: Fixed Mingw64 build. * adapted to SonarCloud-CI workflow * removed broken and incomplete Windows example (tested on VS2017/VS2019) * removed unnecessary include (e.g. pthread.h for the library which does not make use of it) Signed-off-by: Toni Uhlig --- src/include/ndpi_includes.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/include/ndpi_includes.h') diff --git a/src/include/ndpi_includes.h b/src/include/ndpi_includes.h index 197f32fce..3b87dda65 100644 --- a/src/include/ndpi_includes.h +++ b/src/include/ndpi_includes.h @@ -38,7 +38,6 @@ #else #include #include -#include #include #include #include @@ -57,10 +56,6 @@ #if defined __NetBSD__ || defined __OpenBSD__ #include -#if defined __OpenBSD__ -#include - -#endif #endif #endif #endif -- cgit v1.2.3