]> pd.if.org Git - pdclib/blobdiff - opt/tss_errno/errno.c
Removed SVN keyword tags.
[pdclib] / opt / tss_errno / errno.c
index f70b4643a247ae44abe1e4d505f1c82046dc4dae..df07747f252295bc12da72d7e691c173f8b2e385 100644 (file)
@@ -1,11 +1,10 @@
-/* $Id$ */
-
 /* _PDCLIB_errno
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#include <errno.h>
 #ifndef REGTEST
 #include <threads.h>
 
@@ -23,8 +22,6 @@ int * _PDCLIB_errno_func()
 #ifdef TEST
 #include <_PDCLIB_test.h>
 
-#include <errno.h>
-
 int main( void )
 {
     errno = 0;