revert out the InterfaceConfig.h changes

This commit is contained in:
ZappoMan 2014-12-15 10:12:55 -08:00
parent 6b39783de7
commit c6b033fa0e

View file

@ -9,8 +9,6 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include <gpu/GPUConfig.h> // include this first
#include <cstring>
#include <cmath>
#include <iostream> // to load voxels from file
@ -25,6 +23,7 @@
#include <glm/gtc/type_ptr.hpp>
#include "Application.h"
#include "InterfaceConfig.h"
#include "Menu.h"
#include "renderer/ProgramObject.h"
#include "VoxelConstants.h"