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. |