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