summaryrefslogtreecommitdiff
path: root/libopenjpeg/tpix_manager.c
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2011-09-19 16:53:10 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2011-09-19 16:53:10 +0000
commitaf7ebd96a0bcf19d4b5af0eb92f2ac88edc5db55 (patch)
tree4f2615ad72d4b08bf442c2ce1d317058ec4e1d29 /libopenjpeg/tpix_manager.c
parentac59fd14767291da8cb2905903928da2f8392b21 (diff)
Enhance some new JPIP files about opj_config inclusion and using of free/calloc (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))