removed all HAVE_ERRNO checks
[freeglut] / src / x11 / fg_spaceball_x11.c
index 582a926..e6eabb2 100644 (file)
@@ -174,10 +174,7 @@ OF SUCH DAMAGE.
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-
-#ifdef HAVE_ERRNO_H
 #include <errno.h>
-#endif
 
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>