]> pd.if.org Git - pdclib/blobdiff - includes/stddef.h
Whitespace cleanups.
[pdclib] / includes / stddef.h
index 44b98225c84bf562bea7cf0a14fcda9237c3d93e..970f1dd8949b216cc86acaf548451f34b4d80411 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.17 Common definitions <stddef.h>
+/* Common definitions <stddef.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
@@ -9,7 +7,7 @@
 #ifndef _PDCLIB_STDDEF_H
 #define _PDCLIB_STDDEF_H _PDCLIB_STDDEF_H
 
-#include <_PDCLIB_int.h>
+#include "_PDCLIB_int.h"
 
 typedef _PDCLIB_ptrdiff_t ptrdiff_t;
 
@@ -28,4 +26,3 @@ typedef _PDCLIB_wchar_t   wchar_t;
 #define offsetof( type, member ) _PDCLIB_offsetof( type, member )
 
 #endif
-