Cleanup includes 636/head
authormayeut <mayeut@users.noreply.github.com>
Sun, 18 Oct 2015 00:52:33 +0000 (02:52 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sun, 18 Oct 2015 00:52:33 +0000 (02:52 +0200)
src/lib/openjp2/opj_malloc.c

index 9c1a6cc899f4afdf12bed3bfb3134afb89d0ea21..3bbf80d8b6061815dac43bbe0c64c01c0e9fb281 100644 (file)
  */
 #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)
 {