]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/stdlib/system.c
Whitespace cleanups.
[pdclib] / platform / example / functions / stdlib / system.c
index eb8db3dbd9022f6b80f39881289ed95e3c820d1f..8b5d4d7023270471dec3eddb1d5728369ef58ed3 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* system( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -34,7 +32,8 @@ int system( const char * string )
 }
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 #define SHELLCOMMAND "echo 'SUCCESS testing system()'"