summaryrefslogtreecommitdiff
path: root/src/openglgraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openglgraphics.cpp')
-rw-r--r--src/openglgraphics.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/openglgraphics.cpp b/src/openglgraphics.cpp
index 6ffc5668..8f47bc1f 100644
--- a/src/openglgraphics.cpp
+++ b/src/openglgraphics.cpp
@@ -17,12 +17,8 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id: openglgraphics.cpp 4130 2008-04-18 20:39:29Z the_enemy $
*/
-#include "main.h"
-
#ifdef USE_OPENGL
#ifndef GL_TEXTURE_RECTANGLE_ARB
@@ -30,8 +26,6 @@
#define GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB 0x84F8
#endif
-#include "openglgraphics.h"
-
#include <cstring>
#include <SDL.h>
@@ -43,6 +37,7 @@
#include <guichan/image.hpp>
#include "log.h"
+#include "openglgraphics.h"
#include "resources/image.h"