From 84c92ab61304209ccd83935c7745b5d535109456 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 27 Jul 2007 14:10:19 +0000 Subject: Win32 is evil, and doesn't have case sensitive filenames... --- include/shape.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/shape.h') diff --git a/include/shape.h b/include/shape.h index 74422a1..23dfc15 100644 --- a/include/shape.h +++ b/include/shape.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: shape.h,v 1.18 2006-10-28 16:50:46 pixel Exp $ */ +/* $Id: shape.h,v 1.19 2007-07-27 14:10:19 pixel Exp $ */ #ifndef __SHAPE_H__ #define __SHAPE_H__ @@ -26,8 +26,8 @@ #include #include #include -#include -#include +#include +#include namespace mogltk { typedef enum { -- cgit v1.2.3