]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/seed.c
Whitespace cleanups.
[pdclib] / functions / _PDCLIB / seed.c
index eba80254715f3613476941bb7ea007cc4bcd24f9..ce7c31c539b6fd03d09f20cc1fdb2b2ad13bbd03 100644 (file)
@@ -1,7 +1,3 @@
-/* $Id$ */
-
-/* Release $Name$ */
-
 /* _PDCLIB_seed
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -11,7 +7,8 @@
 unsigned long int _PDCLIB_seed = 1;
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {