]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/allocpages.c
Removed the header include guard 'optimization'.
[pdclib] / platform / example / functions / _PDCLIB / allocpages.c
index 435e8c64b8840fa7c429f2faadaf9d81caca3d8a..1463895c74ea1b6ea7932d46be825106ef32b0cf 100644 (file)
 int brk( void * );
 void * sbrk( intptr_t );
 
-#ifndef _PDCLIB_GLUE_H
-#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
-#endif
 
 static void * membreak = NULL;