summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-10-18 02:52:33 +0200
committermayeut <mayeut@users.noreply.github.com>2015-10-18 02:52:33 +0200
commite1122a8f5081712147a5b36a7b0c9dd81f11c98d (patch)
treeacefdd79a23a8065ecc6f4704c921982299ee374 /src
parentf9d47e28b92f0e1ee3182a3a7375b886f3fad2fd (diff)
Cleanup includes
Diffstat (limited to 'src')
-rw-r--r--src/lib/openjp2/opj_malloc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/openjp2/opj_malloc.c b/src/lib/openjp2/opj_malloc.c
index 9c1a6cc8..3bbf80d8 100644
--- a/src/lib/openjp2/opj_malloc.c
+++ b/src/lib/openjp2/opj_malloc.c
@@ -31,10 +31,6 @@
*/
#define OPJ_SKIP_POISON
#include "opj_includes.h"
-#include <stdlib.h>
-#include <string.h>
-#include <inttypes.h>
-#include <assert.h>
static INLINE void *opj_aligned_alloc_n(size_t alignment, size_t size)
{