Here's a very minor code cleanup for GNU make.  job.c includes time.h,
but make.h already includes time.h, so this is redundant.

2000-05-22  Paul Eggert  <[EMAIL PROTECTED]>

        * job.c: Don't include time.h, as make.h already does this.

===================================================================
RCS file: job.c,v
retrieving revision 3.79.0.1
retrieving revision 3.79.0.2
diff -pu -r3.79.0.1 -r3.79.0.2
--- job.c       2000/05/18 00:28:13     3.79.0.1
+++ job.c       2000/05/22 17:46:19     3.79.0.2
@@ -74,7 +74,6 @@ static int amiga_batch_file;
 #endif /* Amiga.  */
 
 #ifdef VMS
-# include <time.h>
 # ifndef __GNUC__
 #   include <processes.h>
 # endif

Reply via email to