]> pd.if.org Git - pdclib/blobdiff - functions/stdio/tmpnam.c
Whitespace cleanups.
[pdclib] / functions / stdio / tmpnam.c
index 06274951300ba962a80decff6e3d009ea69b1166..6b444cea2877f2f6c49b80f8a6148098413b4f73 100644 (file)
@@ -8,8 +8,9 @@
 
 #ifndef REGTEST
 
+#include "_PDCLIB_glue.h"
+
 #include <string.h>
-#include <_PDCLIB_glue.h>
 
 char * tmpnam( char * s )
 {
@@ -27,7 +28,8 @@ char * tmpnam( char * s )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 #include <string.h>
 
@@ -38,4 +40,3 @@ int main( void )
 }
 
 #endif
-