From c19b9839147f5d97faeb821107f8dd30263739f0 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 6 Jul 2020 16:03:06 +0200 Subject: [PATCH] Do not include `kiwix_config.h` in public header. This define `VERSION` and may conflict with dependent projects. If some want to get the version of kiwix-lib they can include `kiwix_config.h` directly. --- include/searcher.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/searcher.h b/include/searcher.h index 2d3a58f5c..d2629a118 100644 --- a/include/searcher.h +++ b/include/searcher.h @@ -31,7 +31,6 @@ #include #include "tools/pathTools.h" #include "tools/stringTools.h" -#include "kiwix_config.h" using namespace std;