]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/stdio/remove.c
System includes -> local includes.
[pdclib] / platform / example / functions / stdio / remove.c
index 389df301be224d6945d6b8a250f7e31a82ca7543..a2279f17dee1cb2f18122fb67d59011ad080dfd9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* remove( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -65,7 +63,7 @@ int remove( const char * pathname )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {