diff options
author | Simone Mainardi <mainardi@ntop.org> | 2018-09-11 10:43:04 +0200 |
---|---|---|
committer | Simone Mainardi <mainardi@ntop.org> | 2018-09-11 10:43:04 +0200 |
commit | 6ac83ce7eb9961785bb2b7ba4c3788524591b30f (patch) | |
tree | 6cff4a3c5aec6ede583b7140a77ee515a13513db /src/lib/ndpi_main.c | |
parent | b9ae0f8888da758f93aa6ed2033b614926a4e3d8 (diff) |
Fixes broken hyperscan compilation
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index b00225c7c..b4fa7a9bc 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -47,10 +47,6 @@ #include "third_party/include/hash.h" /* #include "third_party/src/hash.c" */ -#ifdef HAVE_HYPERSCAN -#include <hs/hs.h> -#endif - #define NDPI_CONST_GENERIC_PROTOCOL_NAME "GenericProtocol" static int _ndpi_debug_callbacks = 0; |