summaryrefslogtreecommitdiff
path: root/libopenjpeg/tpix_manager.c
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2011-10-06 09:36:22 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2011-10-06 09:36:22 +0000
commit73106fe839a517a7faff3a9b9c1e100bbd99d08c (patch)
tree8bae38dd81b1e4d47c3e7758cf6ac63ae157444f /libopenjpeg/tpix_manager.c
parent40b4ecfaecce0bc957f9651942d10731103964c8 (diff)
[1.5] enhance some new JPIP files with opj_config inclusion and using of opj_free/opj_calloc functions (credit to Julien Malik)
Diffstat (limited to 'libopenjpeg/tpix_manager.c')
-rwxr-xr-xlibopenjpeg/tpix_manager.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libopenjpeg/tpix_manager.c b/libopenjpeg/tpix_manager.c
index 1f5c1792..c9133d53 100755
--- a/libopenjpeg/tpix_manager.c
+++ b/libopenjpeg/tpix_manager.c
@@ -34,8 +34,7 @@
*/
#include <math.h>
-#include "indexbox_manager.h"
-#include "cio.h"
+#include "opj_includes.h"
#define MAX(a,b) ((a)>(b)?(a):(b))