]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/closeall.c
System includes -> local includes.
[pdclib] / functions / _PDCLIB / closeall.c
index 3523f8c0fe5013f34f625abbd0146ff9627e25df..0bc4278784b8a64089bdcca090cb76e63ee329b5 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_closeall( void )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -23,11 +21,11 @@ void _PDCLIB_closeall( void )
 }
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
-    TESTCASE( NO_TESTDRIVER );
+    /* No testdriver */
     return TEST_RESULTS;
 }