diff options
Diffstat (limited to 'Source/charon/allocator.c')
-rw-r--r-- | Source/charon/allocator.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/charon/allocator.c b/Source/charon/allocator.c index c144911fd..26b3e5dd5 100644 --- a/Source/charon/allocator.c +++ b/Source/charon/allocator.c @@ -27,10 +27,6 @@ #include <string.h> #include <assert.h> #include <stdio.h> - -#ifndef ALLOCATOR_C_ -#define ALLOCATOR_C_ -#endif #include "allocator.h" #include "types.h" |