summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/openjpeg.c
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2013-03-25 12:43:27 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2013-03-25 12:43:27 +0000
commit68415d040f73ec4e6a0c091bc0652b7825a6e82b (patch)
treefd7e851dd872075c802847c576ae4c978858621e /src/lib/openjp2/openjpeg.c
parent8ee74f6bff65ebfadaa728aa00cdb9005246d902 (diff)
[trunk] separate the opj_config file between public and private part to avoid expose unused variables into the public API.
Diffstat (limited to 'src/lib/openjp2/openjpeg.c')
-rw-r--r--src/lib/openjp2/openjpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/openjp2/openjpeg.c b/src/lib/openjp2/openjpeg.c
index ec9746f7..e7ca5f80 100644
--- a/src/lib/openjp2/openjpeg.c
+++ b/src/lib/openjp2/openjpeg.c
@@ -30,7 +30,6 @@
#include <windows.h>
#endif /* _WIN32 */
-#include "opj_config.h"
#include "opj_includes.h"
/**