]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/stdio/remove.c
System includes -> local includes.
[pdclib] / platform / example / functions / stdio / remove.c
index d3854ea6871e63c8f8c3fcb1e0507743c17201fc..a2279f17dee1cb2f18122fb67d59011ad080dfd9 100644 (file)
@@ -63,7 +63,7 @@ int remove( const char * pathname )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {