X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=blobdiff_plain;f=src%2Flibmemcached%2Fcommon.h;h=f9b20c4e725b12b6a676282adc9959fcf71880cf;hp=4b025fb368c2d6de8181fb63eeb4655846148fce;hb=6b7d2bf0319e0bd48bd6aa4ad8c56a935f98b0d2;hpb=fd0f1940d4b11f582fc237ff5ccf2c385eaa0e7d diff --git a/src/libmemcached/common.h b/src/libmemcached/common.h index 4b025fb3..f9b20c4e 100644 --- a/src/libmemcached/common.h +++ b/src/libmemcached/common.h @@ -27,25 +27,13 @@ # include # include #else -# ifdef HAVE_STDDEF_H -# include -# endif -# ifdef HAVE_STDLIB_H -# include -# endif -# ifdef HAVE_STDLIB_H -# include -# endif +# include +# include +# include # include -# ifdef HAVE_TIME_H -# include -# endif -# ifdef HAVE_ERRNO_H -# include -# endif -# ifdef HAVE_LIMITS_H -# include -# endif +# include +# include +# include #endif #ifdef HAVE_SYS_UN_H @@ -56,13 +44,8 @@ # include #endif -#ifdef HAVE_FCNTL_H -# include -#endif - -#ifdef HAVE_SYS_TYPES_H -# include -#endif +#include +#include #ifdef HAVE_UNISTD_H # include