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