From: Marc-André Lureau Date: Wed, 14 Nov 2018 12:36:16 +0000 (+0400) Subject: slirp: remove unused HAVE_SYS_BITYPES_H X-Git-Tag: v4.0.0-rc0~163^2~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd9cea43fce84148e61fc71db9551b9bbb76de4d;p=thirdparty%2Fqemu.git slirp: remove unused HAVE_SYS_BITYPES_H Signed-off-by: Marc-André Lureau Reviewed-by: Daniel P. Berrangé Signed-off-by: Samuel Thibault --- diff --git a/slirp/slirp.h b/slirp/slirp.h index 4c3c672ee61..57955a89655 100644 --- a/slirp/slirp.h +++ b/slirp/slirp.h @@ -19,10 +19,6 @@ typedef char *caddr_t; # endif #endif -#ifdef HAVE_SYS_BITYPES_H -# include -#endif - #ifndef _WIN32 #include #endif diff --git a/slirp/slirp_config.h b/slirp/slirp_config.h index 2605c4222bc..a205dc8c285 100644 --- a/slirp/slirp_config.h +++ b/slirp/slirp_config.h @@ -23,9 +23,6 @@ #define HAVE_SYS_FILIO_H #endif -/* Define if you have sys/bitypes.h */ -#undef HAVE_SYS_BITYPES_H - /* Define if the machine is big endian */ //#undef HOST_WORDS_BIGENDIAN