summaryrefslogtreecommitdiff
path: root/include/glshape.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glshape.h')
-rw-r--r--include/glshape.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/glshape.h b/include/glshape.h
index 77eea0f..7a6f3cc 100644
--- a/include/glshape.h
+++ b/include/glshape.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: glshape.h,v 1.16 2006-10-28 16:50:46 pixel Exp $ */
+/* $Id: glshape.h,v 1.17 2007-07-27 14:10:19 pixel Exp $ */
#ifndef __GLSHAPE_H__
#define __GLSHAPE_H__
@@ -25,8 +25,8 @@
#include <Exceptions.h>
#include <BString.h>
#include <mcolor.h>
-#include <Texture.h>
-#include <Shape.h>
+#include <texture.h>
+#include <shape.h>
namespace mogltk {
class glShape : public Shape {