]> pd.if.org Git - pdclib/blobdiff - includes/errno.h
Whitespace cleanups.
[pdclib] / includes / errno.h
index 2795fdf6c727128b247a0c742471e23a0f228ff6..e0db955f556cf4040faf40b26983787a40a15d1c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* Errors <errno.h>
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -9,10 +7,7 @@
 #ifndef _PDCLIB_ERRNO_H
 #define _PDCLIB_ERRNO_H _PDCLIB_ERRNO_H
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
-#include <_PDCLIB_int.h>
-#endif
+#include "_PDCLIB_int.h"
 
 #define errno (*_PDCLIB_errno_func())
 
@@ -20,4 +15,3 @@
 #define EDOM _PDCLIB_EDOM
 
 #endif
-