]> pd.if.org Git - pdclib/blobdiff - includes/stddef.h
System includes -> local includes.
[pdclib] / includes / stddef.h
index 44b98225c84bf562bea7cf0a14fcda9237c3d93e..7113421d078451bc7101bd5df27eefb9702df711 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;