]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/allocpages.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / example / functions / _PDCLIB / allocpages.c
index bdcd525ca3ece71ab92d2e63829c357113eb58b2..27c56103a9df9f8c027de51b7276e4a4177f47bb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_allocpages( int const )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -11,7 +9,7 @@
 
 #include <stdint.h>
 #include <stddef.h>
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 
 void * _PDCLIB_allocpages( size_t n )
@@ -21,7 +19,7 @@ void * _PDCLIB_allocpages( size_t n )
 }
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {