[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:
Bill Currie 2021-11-19 11:57:16 +09:00
parent aa7fe66d9d
commit 83abdfa7b9
2 changed files with 1 additions and 4 deletions

View file

@ -12,7 +12,7 @@ AC_CHECK_HEADERS(
dmedia/cdaudio.h dpmi.h dsound.h errno.h fcntl.h io.h \ 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 \ 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 \ 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 \ 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/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 \ sys/mman.h sys/param.h sys/poll.h sys/select.h sys/shm.h sys/signal.h \

View file

@ -49,9 +49,6 @@
#ifdef HAVE_WINSOCK_H #ifdef HAVE_WINSOCK_H
# include <winsock.h> # include <winsock.h>
#endif #endif
#ifdef HAVE_RPC_TYPES_H
# include <rpc/types.h>
#endif
#if defined(_WIN32) && defined(HAVE_MALLOC_H) #if defined(_WIN32) && defined(HAVE_MALLOC_H)
#include <malloc.h> #include <malloc.h>