]> pd.if.org Git - pdclib/blobdiff - functions/stdio/rewind.c
Whitespace cleanups.
[pdclib] / functions / stdio / rewind.c
index 4dab8e9e2cbe9943392011876bf9723a060005b9..a449b7d03cd55945c27523929fa2a1502dbc0dfa 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rewind( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -19,7 +17,8 @@ void rewind( struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {