glu.h is not needed
authorMatthias Braun <matze@braunis.de>
Tue, 11 Apr 2006 21:14:59 +0000 (21:14 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 11 Apr 2006 21:14:59 +0000 (21:14 +0000)
SVN-Revision: 3307

src/video/drawing_context.cpp

index 807c92a..fe8bf09 100644 (file)
@@ -23,7 +23,6 @@
 #include <iostream>
 #include <SDL_image.h>
 #include <GL/gl.h>
-#include <GL/glu.h>
 
 #include "drawing_context.hpp"
 #include "surface.hpp"