Merge pull request #20 from nigels-com/merge-config_h_tidy

Tidy-up: Include config.h via fg_internal.h only
This commit is contained in:
Diederick C. Niehorster 2014-10-13 21:49:26 +08:00
commit 33fd3273ab
2 changed files with 0 additions and 8 deletions

View File

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

View File

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