On 02/23/2016 07:18 AM, Peter Maydell wrote: > After automatic cleanup to remove unnecessary #includes of headers that > osdep.h provides, slirp.h has a few now unnecessary #ifdef/#endif pairs; > remove them. > > Signed-off-by: Peter Maydell > --- > slirp/slirp.h | 24 ------------------------ > 1 file changed, 24 deletions(-) > > diff --git a/slirp/slirp.h b/slirp/slirp.h > index 07c13b4..7cfcf63 100644 > --- a/slirp/slirp.h > +++ b/slirp/slirp.h > @@ -26,28 +26,10 @@ typedef char *caddr_t; > #endif > > > -#ifdef HAVE_UNISTD_H > -#endif > - > -#ifdef HAVE_STDLIB_H > -#endif > - Once these are gone, slirp/slirp_config.h now has dead #defines (these and others); it ought to be pruned down as well (either here or as another followup). -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org