From 6206c3c742552baa5162d6a86b3e99364d59082a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 29 Apr 2008 04:16:38 -0400 Subject: [PATCH] Moved gl*.h into GL directory. --HG-- branch : trunk --- gl.h => GL/gl.h | 0 glext.h => GL/glext.h | 0 mojoshader_opengl.c | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename gl.h => GL/gl.h (100%) rename glext.h => GL/glext.h (100%) diff --git a/gl.h b/GL/gl.h similarity index 100% rename from gl.h rename to GL/gl.h diff --git a/glext.h b/GL/glext.h similarity index 100% rename from glext.h rename to GL/glext.h diff --git a/mojoshader_opengl.c b/mojoshader_opengl.c index a58e0855..02227cd0 100644 --- a/mojoshader_opengl.c +++ b/mojoshader_opengl.c @@ -16,8 +16,8 @@ #include "mojoshader.h" #define GL_GLEXT_LEGACY 1 -#include "gl.h" -#include "glext.h" +#include "GL/gl.h" +#include "GL/glext.h" // Get basic wankery out of the way here...