]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fsetpos.c
Whitespace cleanups.
[pdclib] / functions / stdio / fsetpos.c
index 6f68710c13430f3770499e9c94c8e40366e3d735..f2ebd2ae64e665e350e44528894c9ccd411255d6 100644 (file)
@@ -7,7 +7,8 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+
+#include "_PDCLIB_glue.h"
 
 int fsetpos( struct _PDCLIB_file_t * stream, const struct _PDCLIB_fpos_t * pos )
 {
@@ -30,7 +31,8 @@ int fsetpos( struct _PDCLIB_file_t * stream, const struct _PDCLIB_fpos_t * pos )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {