]> pd.if.org Git - pdclib/blobdiff - includes/stdint.h
Whitespace cleanups.
[pdclib] / includes / stdint.h
index a5dfc5cdc17672999e683058720010cb1e2db687..5d387d91c675ad2e9e4532564b87b1bfd86d00a0 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.18 Integer types <stdint.h>
+/* Integer types <stdint.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
@@ -9,10 +7,7 @@
 #ifndef _PDCLIB_STDINT_H
 #define _PDCLIB_STDINT_H _PDCLIB_STDINT_H
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
-#include <_PDCLIB_int.h>
-#endif
+#include "_PDCLIB_int.h"
 
 /* 7.18.1.1 Exact-width integer types. */
 
@@ -210,4 +205,3 @@ typedef _PDCLIB_uintmax_t uintmax_t;
 #endif
 
 #endif
-