]> pd.if.org Git - pdclib/blobdiff - platform/example_cygwin/functions/_PDCLIB/allocpages.c
Removed the header include guard 'optimization'.
[pdclib] / platform / example_cygwin / functions / _PDCLIB / allocpages.c
index 5998c405abe880a789b08de4c25599f10a7f7b8a..9ddca173121c8a53baa623df813d3cbab75536d8 100644 (file)
 
 void * sbrk( intptr_t );
 
-#ifndef _PDCLIB_GLUE_H
-#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
 #include <_PDCLIB_glue.h>
-#endif
 
 static void * membreak = NULL;