From 5f776d0acf334829af8ab0855d6f67794dd898c9 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Mon, 13 Oct 2014 13:54:27 +0000 Subject: [PATCH] Tidy-up: config.h included via fg_internal.h no deep to duplicate. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1713 7f0cb862-5218-0410-a997-914c9d46530a --- src/fg_input_devices.c | 4 ---- src/x11/fg_input_devices_x11.c | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/fg_input_devices.c b/src/fg_input_devices.c index 1c7ba29..becff3d 100644 --- a/src/fg_input_devices.c +++ b/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/src/x11/fg_input_devices_x11.c b/src/x11/fg_input_devices_x11.c index aa5da77..d77e970 100644 --- a/src/x11/fg_input_devices_x11.c +++ b/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" -- 1.7.10.4