]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/_PDCLIB_seed.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / _PDCLIB / _PDCLIB_seed.c
index 98ecf96276099ac65d2ec2141f4df690c36b8952..37c9b4798895dbfc8b64aa21a10078d737e9f025 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_seed
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -9,7 +7,7 @@
 unsigned long int _PDCLIB_seed = 1;
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {