From 8856f8521a42872a95579666b24ecfb65c5a20a1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 17 Jun 2013 16:34:58 +0200 Subject: Merge common and internal headers into one. --- android/jni/mupdf.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'android/jni') 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" -- cgit v1.2.3