summaryrefslogtreecommitdiff
path: root/lib/texture.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/texture.cc')
-rw-r--r--lib/texture.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/texture.cc b/lib/texture.cc
index edcc303..52f0743 100644
--- a/lib/texture.cc
+++ b/lib/texture.cc
@@ -17,13 +17,13 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: texture.cc,v 1.16 2007-07-17 02:48:00 pixel Exp $ */
+/* $Id: texture.cc,v 1.17 2007-07-27 14:10:20 pixel Exp $ */
#include <sys/types.h>
#include <SDL.h>
#include <SDL_opengl.h>
#include <generic.h>
-#include "Texture.h"
+#include "texture.h"
#include "engine.h"
#ifdef HAVE_CONFIG_H
#include "config.h"