From: Akim Demaille Date: Tue, 4 Sep 2012 07:49:17 +0000 (+0200) Subject: remove useless include X-Git-Tag: v2.6.3~26 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/592bdad15e13564e1d8e621bce53bc9c485ee792 remove useless include * src/system.h: Don't include sys/types.h. Reported by Eric Blake, . (FUNCTION_PRINT): Remove, unused. --- diff --git a/src/system.h b/src/system.h index 1ae6a6b4..bf7f59f9 100644 --- a/src/system.h +++ b/src/system.h @@ -38,11 +38,6 @@ # include # include # include - -# if HAVE_SYS_TYPES_H -# include -# endif - # include # include @@ -105,7 +100,6 @@ typedef size_t uintptr_t; # define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) # endif -# define FUNCTION_PRINT() fprintf (stderr, "%s: ", __func__) /*------. | NLS. |