Tidy-up: config.h included via fg_internal.h no deep to duplicate.

This commit is contained in:
Nigel Stewart 2014-10-13 21:18:50 +10:00
parent 9e3fad3576
commit 873b276ba6
2 changed files with 0 additions and 8 deletions

View File

@ -28,10 +28,6 @@
* DEALINGS IN THE SOFTWARE. * DEALINGS IN THE SOFTWARE.
*/ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <GL/freeglut.h> #include <GL/freeglut.h>
#include "fg_internal.h" #include "fg_internal.h"

View File

@ -30,10 +30,6 @@
* DEALINGS IN THE SOFTWARE. * DEALINGS IN THE SOFTWARE.
*/ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <GL/freeglut.h> #include <GL/freeglut.h>
#include "../fg_internal.h" #include "../fg_internal.h"