Adapt kiwix-lib to the new libzim api.

This commit is contained in:
Matthieu Gautier 2020-07-23 12:03:45 +02:00
parent 6d527a9245
commit 6706e04f50
4 changed files with 0 additions and 4 deletions

View File

@ -20,7 +20,6 @@
#include <jni.h>
#include <zim/file.h>
#include <exception>
#include "org_kiwix_kiwixlib_JNIKiwixReader.h"

View File

@ -19,7 +19,6 @@
*/
#include <zim/file.h>
#include "org_kiwix_kiwixlib_JNIKiwixSearcher.h"
#include "org_kiwix_kiwixlib_JNIKiwixSearcher_Result.h"

View File

@ -20,7 +20,6 @@
#include <jni.h>
#include <zim/file.h>
#include "org_kiwix_kiwixlib_JNIKiwixServer.h"
#include "tools/base64.h"

View File

@ -19,7 +19,6 @@
#include <jni.h>
#include <zim/file.h>
#include "org_kiwix_kiwixlib_Manager.h"
#include "manager.h"