]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_glue.h
System includes -> local includes.
[pdclib] / internals / _PDCLIB_glue.h
index 3c5872bcbeab7744d215b9b765d78e9cc72ab684..534322b9627dfb21915f7dd144f3e4ca9d552447 100644 (file)
@@ -1,15 +1,13 @@
-/* $Id$ */
-
 /* OS glue functions declaration <_PDCLIB_glue.h>
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
-#include <_PDCLIB_int.h>
-#endif
+#ifndef _PDCLIB_GLUE_H
+#define _PDCLIB_GLUE_H _PDCLIB_GLUE_H
+
+#include "_PDCLIB_int.h"
 
 /* -------------------------------------------------------------------------- */
 /* OS "glue", part 2                                                          */
@@ -75,3 +73,4 @@ int _PDCLIB_remove( const char * filename );
 */
 int _PDCLIB_rename( const char * old, const char * new );
 
+#endif