mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
[qw] Rmove include of rpc/types.h
I have no idea why it was necessary, and certainly should not be now as any such portability issues should be tucked away such that the client code never sees such.
This commit is contained in:
parent
aa7fe66d9d
commit
83abdfa7b9
2 changed files with 1 additions and 4 deletions
|
@ -12,7 +12,7 @@ AC_CHECK_HEADERS(
|
|||
dmedia/cdaudio.h dpmi.h dsound.h errno.h fcntl.h io.h \
|
||||
ifaddrs.h libc.h limits.h linux/cdrom.h linux/joystick.h \
|
||||
linux/soundcard.h machine/soundcard.h malloc.h math.h mgraph.h _mingw.h \
|
||||
netdb.h net/if.h netinet/in.h process.h pthread.h pwd.h rpc/types.h \
|
||||
netdb.h net/if.h netinet/in.h process.h pthread.h pwd.h \
|
||||
setjmp.h signal.h stdarg.h stdio.h stdlib.h string.h strings.h \
|
||||
sys/asoundlib.h sys/audioio.h sys/filio.h sys/ioctl.h sys/io.h sys/ipc.h \
|
||||
sys/mman.h sys/param.h sys/poll.h sys/select.h sys/shm.h sys/signal.h \
|
||||
|
|
|
@ -49,9 +49,6 @@
|
|||
#ifdef HAVE_WINSOCK_H
|
||||
# include <winsock.h>
|
||||
#endif
|
||||
#ifdef HAVE_RPC_TYPES_H
|
||||
# include <rpc/types.h>
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && defined(HAVE_MALLOC_H)
|
||||
#include <malloc.h>
|
||||
|
|
Loading…
Reference in a new issue