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/fileiterator.h>
|
||||
#include "reader.h"
|
||||
#include "xapian/myhtmlparse.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
|
||||
#include "indexer.h"
|
||||
#include "xapian/myhtmlparse.h"
|
||||
#include "kiwixlib-resources.h"
|
||||
|
||||
namespace kiwix {
|
||||
|
|
Loading…
Reference in New Issue