]> pd.if.org Git - pdclib/blobdiff - functions/ctype/islower.c
System includes -> local includes.
[pdclib] / functions / ctype / islower.c
index db0649d1f0f28b754c78278adab855c8c48fec1d..5a97887489c7d2b539d724ada00cb245fc7b2010 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* islower( int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -20,7 +18,7 @@ int islower( int c )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {