]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/ldiv.c
Whitespace cleanups.
[pdclib] / functions / stdlib / ldiv.c
index 7b9feee2028b7d7613480977a4d9590995f8add0..0f51944fac77df4e4111da70617ace732d5354b8 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* ldiv( long int, long int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -22,7 +20,8 @@ ldiv_t ldiv( long int numer, long int denom )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {