diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2013-03-25 12:43:27 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2013-03-25 12:43:27 +0000 |
| commit | 68415d040f73ec4e6a0c091bc0652b7825a6e82b (patch) | |
| tree | fd7e851dd872075c802847c576ae4c978858621e /src/lib/openjp2/opj_includes.h | |
| parent | 8ee74f6bff65ebfadaa728aa00cdb9005246d902 (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/opj_includes.h')
| -rw-r--r-- | src/lib/openjp2/opj_includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/opj_includes.h b/src/lib/openjp2/opj_includes.h index 82cc9c19..9d74e470 100644 --- a/src/lib/openjp2/opj_includes.h +++ b/src/lib/openjp2/opj_includes.h @@ -32,7 +32,7 @@ * This must be included before any system headers, * since they can react to macro defined there */ -#include "opj_config.h" +#include "opj_config_private.h" /* ========================================================== |
