From 873b276ba6ccbb9b51f177a4dee0980ee625e250 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Mon, 13 Oct 2014 21:18:50 +1000 Subject: [PATCH] Tidy-up: config.h included via fg_internal.h no deep to duplicate. --- freeglut/freeglut/src/fg_input_devices.c | 4 ---- freeglut/freeglut/src/x11/fg_input_devices_x11.c | 4 ---- 2 files changed, 8 deletions(-) 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"