]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/assert.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / _PDCLIB / assert.c
index 8f8791274451ffb28aefab3129ce781e7629bfe3..f4d2cbc2a0511f00bd8030ce43dec5f0d064a2b9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_assert( char const * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -12,7 +10,7 @@
 
 #ifndef REGTEST
 
-#include <_PDCLIB_aux.h>
+#include "_PDCLIB_aux.h"
 
 void _PDCLIB_assert99( char const * const message1, char const * const function, char const * const message2 )
 {
@@ -31,7 +29,7 @@ void _PDCLIB_assert89( char const * const message )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <signal.h>
 
 static int EXPECTED_ABORT = 0;