]> pd.if.org Git - pdclib/blobdiff - includes/stdint.h
* Change the style of inclusion of the internal/ headers. Modern preprocessors
[pdclib] / includes / stdint.h
index a5dfc5cdc17672999e683058720010cb1e2db687..2a7683672cd5ffe3627dd9a9fef163c6f50bcdf0 100644 (file)
@@ -8,11 +8,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
 
 /* 7.18.1.1 Exact-width integer types. */