diff options
| author | Luis Ibanez <luis.ibanez@gmail.com> | 2010-09-08 22:40:11 +0000 |
|---|---|---|
| committer | Luis Ibanez <luis.ibanez@gmail.com> | 2010-09-08 22:40:11 +0000 |
| commit | 531c0cf26f0c327b42a5caa79725e4afeb98768d (patch) | |
| tree | b40bf58e7894092dfc922081eeaec2fe7fa487cf /codec/convert.c | |
| parent | b7208fb525f0f260bdd1d095d2e7ef3692b0d1a0 (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/convert.c')
| -rw-r--r-- | codec/convert.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/codec/convert.c b/codec/convert.c index a6bf0f73..63707a09 100644 --- a/codec/convert.c +++ b/codec/convert.c @@ -39,7 +39,6 @@ #include <tiffio.h> #include <png.h> #endif /* WIN32 */ -#include "openjpegConfigure.h" #include "openjpeg.h" #include "convert.h" |
