Skip to content

Commit

Permalink
Cleanup includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Oct 18, 2015
1 parent f9d47e2 commit e1122a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/openjp2/opj_malloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e1122a8

Please sign in to comment.