fixed autotools (broken since the new directory structure) and added autotools as...
[openjpeg.git] / applications / mj2 / wrap_j2k_in_mj2.c
index 7766dd37957ca5c5c6c048c0e18f6ac2a5d80c60..04ff7475cf61ee8f90abe8deb61938d9a68c7e6f 100644 (file)
@@ -31,9 +31,9 @@
 #include <string.h>
 
 #include "openjpeg.h"
-#include "../libopenjpeg/j2k.h"
-#include "../libopenjpeg/jp2.h"
-#include "../libopenjpeg/cio.h"
+#include "j2k.h"
+#include "jp2.h"
+#include "cio.h"
 #include "mj2.h"
 
 static int int_ceildiv(int a, int b) {