X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_input_devices.c;h=04f5fd5d5c11fa79e43a3b6a46094c70be3e7c5f;hb=97e842e50bcf77fb81f83de8d6983e0ddfa0b6d6;hp=0dcb97f7c9a1d9e70376c52ed7004926db2c1e8f;hpb=5510bc295094794b4804bb97db4bb58ebba3c5b0;p=freeglut diff --git a/src/freeglut_input_devices.c b/src/freeglut_input_devices.c index 0dcb97f..04f5fd5 100755 --- a/src/freeglut_input_devices.c +++ b/src/freeglut_input_devices.c @@ -36,19 +36,15 @@ #include "freeglut_internal.h" #if TARGET_HOST_POSIX_X11 -#if HAVE_ERRNO_H +#ifdef HAVE_ERRNO_H #include #endif #include -#include -#include #include #include -#include #include #include #include -#include typedef struct { int fd;