From 049fbf819caca45c69d8f65ce52e8d6899e44184 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 14 Aug 2023 12:50:54 +0200 Subject: Reworked ndpi_filter_xxx implementation using compressed bitmaps --- src/lib/ndpi_analyze.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/ndpi_analyze.c') diff --git a/src/lib/ndpi_analyze.c b/src/lib/ndpi_analyze.c index 17f755026..ef3d3cb9a 100644 --- a/src/lib/ndpi_analyze.c +++ b/src/lib/ndpi_analyze.c @@ -299,7 +299,6 @@ const char* ndpi_data_ratio2str(float ratio) { /* ********************************************************************************* */ #include "third_party/src/hll/hll.c" -#include "third_party/src/hll/MurmurHash3.c" int ndpi_hll_init(struct ndpi_hll *hll, u_int8_t bits) { return(hll_init(hll, bits)); -- cgit v1.2.3