]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/abs.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdlib / abs.c
index da6aa9f2ea7f6fffed48f66a39f950b8b87a5b84..4e8302bdb2356d9be3a41297564cee0fa4dafd8a 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* abs( int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -18,7 +16,7 @@ int abs( int j )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <limits.h>
 
 int main( void )