mirror of https://github.com/kiwix/libkiwix.git
"myhtmlparse.h" is a private header. Remove it from indexer.h.
This commit is contained in:
parent
72971bba2a
commit
4afe3e8ddc
|
@ -35,7 +35,6 @@
|
||||||
#include <zim/article.h>
|
#include <zim/article.h>
|
||||||
#include <zim/fileiterator.h>
|
#include <zim/fileiterator.h>
|
||||||
#include "reader.h"
|
#include "reader.h"
|
||||||
#include "xapian/myhtmlparse.h"
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "indexer.h"
|
#include "indexer.h"
|
||||||
|
#include "xapian/myhtmlparse.h"
|
||||||
#include "kiwixlib-resources.h"
|
#include "kiwixlib-resources.h"
|
||||||
|
|
||||||
namespace kiwix {
|
namespace kiwix {
|
||||||
|
|
Loading…
Reference in New Issue