]> pd.if.org Git - pdclib/blobdiff - platform/win32/functions/stdio/remove.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / win32 / functions / stdio / remove.c
index 957a5edd5ebf907ed1b79f5189e3a6a1bb2ee2b9..9e46134e9fc1ebeaee8c9277cd53e037f9b6780c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* remove( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -33,7 +31,7 @@ int remove( const char * pathname )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {