diff options
Diffstat (limited to 'android/jni')
-rw-r--r-- | android/jni/mupdf.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/android/jni/mupdf.c b/android/jni/mupdf.c index e4333df0..342cf364 100644 --- a/android/jni/mupdf.c +++ b/android/jni/mupdf.c @@ -12,10 +12,8 @@ #include "prof.h" #endif -#include "fitz.h" -#include "fitz-internal.h" -#include "mupdf.h" -#include "mupdf-internal.h" +#include "mupdf/fitz.h" +#include "mupdf/pdf.h" #define JNI_FN(A) Java_com_artifex_mupdfdemo_ ## A #define PACKAGENAME "com/artifex/mupdfdemo" |