cleanup from David MacKenzie (mackenzi@thor.stolaf.edu)
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 6 Mar 1989 06:28:03 +0000 (22:28 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 6 Mar 1989 06:28:03 +0000 (22:28 -0800)
SCCS-vsn: usr.bin/indent/args.c 5.7
SCCS-vsn: usr.bin/indent/parse.c 5.10

usr/src/usr.bin/indent/args.c
usr/src/usr.bin/indent/parse.c

index 1b18ae6..56c1f6a 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)args.c     5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)args.c     5.7 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -28,7 +28,6 @@ static char sccsid[] = "@(#)args.c    5.6 (Berkeley) %G%";
  */
 
 #include "indent_globs.h"
  */
 
 #include "indent_globs.h"
-#include <sys/types.h>
 #include <ctype.h>
 
 char       *getenv(), *index();
 #include <ctype.h>
 
 char       *getenv(), *index();
index 4f5430c..d9a0c6f 100644 (file)
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parse.c    5.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)parse.c    5.10 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "./indent_globs.h"
-#include "./indent_codes.h"
+#include "indent_globs.h"
+#include "indent_codes.h"
 
 parse(tk)
     int         tk;            /* the code for the construct scanned */
 
 parse(tk)
     int         tk;            /* the code for the construct scanned */