mirror of https://github.com/kiwix/libkiwix.git
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:
parent
f997fdb232
commit
c19b983914
|
@ -31,7 +31,6 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "tools/pathTools.h"
|
#include "tools/pathTools.h"
|
||||||
#include "tools/stringTools.h"
|
#include "tools/stringTools.h"
|
||||||
#include "kiwix_config.h"
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue