From e1122a8f5081712147a5b36a7b0c9dd81f11c98d Mon Sep 17 00:00:00 2001 From: mayeut Date: Sun, 18 Oct 2015 02:52:33 +0200 Subject: [PATCH] Cleanup includes --- src/lib/openjp2/opj_malloc.c | 4 ---- 1 file changed, 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 -#include -#include -#include static INLINE void *opj_aligned_alloc_n(size_t alignment, size_t size) {