]> granicus.if.org Git - graphviz/commitdiff
remove commented out #includes in lib/ast
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 7 Aug 2020 02:29:36 +0000 (19:29 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 13 Aug 2020 02:09:09 +0000 (19:09 -0700)
lib/ast/chresc.c
lib/ast/fmtesc.c
lib/ast/pathaccess.c
lib/ast/pathcanon.c
lib/ast/pathexists.c
lib/ast/pathpath.c

index 66225dc50ab5e8826ed09c0b60e36759201ac2f7..41653a813dc708cd46803d71bccc5e1e0513549c 100644 (file)
@@ -21,7 +21,6 @@
  */
 
 #include <ast.h>
-/* #include <ccode.h> */
 
 int chresc(register const char *s, char **p)
 {
index 655727286d73d05aca05dd3c8e4f6cd1a0340a5b..9a9d0ef79c9db306d7342d3479c56d03203e98be 100644 (file)
@@ -19,7 +19,6 @@
  */
 
 #include <ast.h>
-/* #include <ccode.h> */
 #include <string.h>
 #include <ctype.h>
 
index ecccbbfb7e0ab568488748f87d65a608d529d15c..4240dfbd6d1001d2ca08b328b19201a4958ecdd0 100644 (file)
@@ -31,8 +31,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
-/* #include <ls.h> */
-
 char *pathcanon(char *path, int flags);
 
 char *pathaccess(register char *path, register const char *dirs,
index e1746af1b66b7aedc59aba5092da1a4bf90e65f4..c02055eb4d7e12794f7adf4c90cabb338f31cfc7 100644 (file)
@@ -33,8 +33,6 @@
  */
 
 #include <ast.h>
-/* #include <ls.h> */
-/* #include <fs3d.h> */
 #include <errno.h>
 #include <error.h>
 #include <sys/types.h>
index 8e1baffb69453dd3cfee423b8303d1156b3b1f5d..92a0db903c9fcfb8154b166cb8d22e1112f0b20f 100644 (file)
@@ -30,8 +30,6 @@
 #ifdef _WIN32
 #include <compat_unistd.h>
 #endif
-/* #include "lclib.h" */
-/* #include <ls.h> */
 
 typedef struct Tree_s {
     struct Tree_s *next;
index 48deb619df543d30349ab4482a33703ed639294b..f60ad2f515b910423f4cce4ea0427c7a9606f190 100644 (file)
@@ -33,7 +33,6 @@
 #include <compat_unistd.h>
 #endif
 
-/* #include <option.h> */
 #ifdef HAVE_CRT_EXTERNS_H
 #include <crt_externs.h>
 #endif