diff --git a/freeglut/freeglut/src/fg_input_devices.c b/freeglut/freeglut/src/fg_input_devices.c index 1c7ba29..becff3d 100644 --- a/freeglut/freeglut/src/fg_input_devices.c +++ b/freeglut/freeglut/src/fg_input_devices.c @@ -28,10 +28,6 @@ * DEALINGS IN THE SOFTWARE. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include #include "fg_internal.h" diff --git a/freeglut/freeglut/src/x11/fg_input_devices_x11.c b/freeglut/freeglut/src/x11/fg_input_devices_x11.c index aa5da77..d77e970 100644 --- a/freeglut/freeglut/src/x11/fg_input_devices_x11.c +++ b/freeglut/freeglut/src/x11/fg_input_devices_x11.c @@ -30,10 +30,6 @@ * DEALINGS IN THE SOFTWARE. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include #include "../fg_internal.h"