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.
This commit is contained in:
Matthieu Gautier
2020-07-06 16:03:06 +02:00
parent f997fdb232
commit c19b983914

View File

@ -31,7 +31,6 @@
#include <vector>
#include "tools/pathTools.h"
#include "tools/stringTools.h"
#include "kiwix_config.h"
using namespace std;