]> pd.if.org Git - pdclib/blobdiff - functions/string/strcoll.c
System includes -> local includes.
[pdclib] / functions / string / strcoll.c
index 16a5680b610c14ea5aaf078f60ced375095753b8..4b2529b82e9c8365008c6b6431136115183d075b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* strcoll( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -25,7 +23,7 @@ int strcoll( const char * s1, const char * s2 )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {