summaryrefslogtreecommitdiff
path: root/android/jni
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-17 16:34:58 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-18 17:37:13 +0200
commit8856f8521a42872a95579666b24ecfb65c5a20a1 (patch)
treeeab5136996379f77d52699c25f8855ea36d06cc2 /android/jni
parent03e5755b93e90cc4c09daad4c79b6016bf4ce43c (diff)
downloadmupdf-8856f8521a42872a95579666b24ecfb65c5a20a1.tar.xz
Merge common and internal headers into one.
Diffstat (limited to 'android/jni')
-rw-r--r--android/jni/mupdf.c6
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"