X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4f82b42a9d5ce6f0baa70714f25346ba9303be73..c4bd5bf7c5b63334e8bb67af294800d4aec0fe06:/src/system.h diff --git a/src/system.h b/src/system.h index 8c086616..ba0aea3e 100644 --- a/src/system.h +++ b/src/system.h @@ -45,15 +45,8 @@ # include #endif -#if HAVE_UNISTD_H -# include -#endif - -#if HAVE_INTTYPES_H -# include -#endif - -#include +#include +#include #ifndef UINTPTR_MAX /* This isn't perfect, but it's good enough for Bison, which needs @@ -120,15 +113,6 @@ typedef size_t uintptr_t; #define N_(Msgid) (Msgid) -/*-------------------------------. -| Fix broken compilation flags. | -`-------------------------------*/ - -#ifndef LOCALEDIR -# define LOCALEDIR "/usr/local/share/locale" -#endif - - /*-----------. | Booleans. | `-----------*/