summaryrefslogtreecommitdiff
path: root/codec/image_to_j2k.c
diff options
context:
space:
mode:
authorLuis Ibanez <luis.ibanez@gmail.com>2010-09-08 22:40:11 +0000
committerLuis Ibanez <luis.ibanez@gmail.com>2010-09-08 22:40:11 +0000
commit531c0cf26f0c327b42a5caa79725e4afeb98768d (patch)
treeb40bf58e7894092dfc922081eeaec2fe7fa487cf /codec/image_to_j2k.c
parentb7208fb525f0f260bdd1d095d2e7ef3692b0d1a0 (diff)
Reverting the use of #include "openjpegConfigure.h" until we find a compatible
way of doing this with autoconf, and with the default VS project files.
Diffstat (limited to 'codec/image_to_j2k.c')
-rw-r--r--codec/image_to_j2k.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/codec/image_to_j2k.c b/codec/image_to_j2k.c
index b5c6ee5d..7acaed07 100644
--- a/codec/image_to_j2k.c
+++ b/codec/image_to_j2k.c
@@ -34,7 +34,6 @@
#include <stdlib.h>
#include <math.h>
-#include "openjpegConfigure.h"
#include "openjpeg.h"
#include "compat/getopt.h"
#include "convert.h"