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/base.h | 4 ++-- include/engine.h | 4 ++-- include/font.h | 4 ++-- include/glfont.h | 4 ++-- include/glshape.h | 6 +++--- include/glsprite.h | 4 ++-- include/glwidgets.h | 4 ++-- include/shape.h | 6 +++--- include/sprite.h | 4 ++-- include/widgets.h | 4 ++-- 10 files changed, 22 insertions(+), 22 deletions(-) (limited to 'include') diff --git a/include/base.h b/include/base.h index 96763e5..928ccc1 100644 --- a/include/base.h +++ b/include/base.h @@ -17,14 +17,14 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: base.h,v 1.11 2006-10-28 16:50:46 pixel Exp $ */ +/* $Id: base.h,v 1.12 2007-07-27 14:10:19 pixel Exp $ */ #ifndef __BASE_H__ #define __BASE_H__ #include #include -#include +#include namespace mogltk { struct rect { diff --git a/include/engine.h b/include/engine.h index 77846ac..5e74ddc 100644 --- a/include/engine.h +++ b/include/engine.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: engine.h,v 1.23 2006-10-28 16:50:46 pixel Exp $ */ +/* $Id: engine.h,v 1.24 2007-07-27 14:10:19 pixel Exp $ */ #ifndef __ENGINE_H__ #define __ENGINE_H__ @@ -98,6 +98,6 @@ namespace mogltk { }; }; -#include +#include #endif diff --git a/include/font.h b/include/font.h index 32d02dd..44b5fbe 100644 --- a/include/font.h +++ b/include/font.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: font.h,v 1.12 2006-10-28 16:50:46 pixel Exp $ */ +/* $Id: font.h,v 1.13 2007-07-27 14:10:19 pixel Exp $ */ #ifndef __FONT_H__ #define __FONT_H__ @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include diff --git a/include/glfont.h b/include/glfont.h index 4c2a880..7e770a1 100644 --- a/include/glfont.h +++ b/include/glfont.h @@ -17,13 +17,13 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: glfont.h,v 1.17 2006-10-28 16:50:46 pixel Exp $ */ +/* $Id: glfont.h,v 1.18 2007-07-27 14:10:19 pixel Exp $ */ #ifndef __GLFONT_H__ #define __GLFONT_H__ #include -#include +#include #include namespace mogltk { 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 #include #include -#include -#include +#include +#include namespace mogltk { class glShape : public Shape { diff --git a/include/glsprite.h b/include/glsprite.h index d523e4d..6c1e9f6 100644 --- a/include/glsprite.h +++ b/include/glsprite.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: glsprite.h,v 1.8 2006-10-28 16:50:46 pixel Exp $ */ +/* $Id: glsprite.h,v 1.9 2007-07-27 14:10:19 pixel Exp $ */ #ifndef __GLSPRITE_H__ #define __GLSPRITE_H__ @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include namespace mogltk { diff --git a/include/glwidgets.h b/include/glwidgets.h index 2c32f0a..394a948 100644 --- a/include/glwidgets.h +++ b/include/glwidgets.h @@ -17,12 +17,12 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: glwidgets.h,v 1.10 2006-10-28 16:50:46 pixel Exp $ */ +/* $Id: glwidgets.h,v 1.11 2007-07-27 14:10:19 pixel Exp $ */ #ifndef __GLWIDGETS_H__ #define __GLWIDGETS_H__ -#include +#include namespace mogltk { namespace Widgets { 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 { diff --git a/include/sprite.h b/include/sprite.h index 6263ada..32ee119 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: sprite.h,v 1.14 2006-10-28 16:50:46 pixel Exp $ */ +/* $Id: sprite.h,v 1.15 2007-07-27 14:10:19 pixel Exp $ */ #ifndef __SPRITE_H__ #define __SPRITE_H__ @@ -26,7 +26,7 @@ #include #include #include -#include +#include namespace mogltk { class Sprite : public Base { diff --git a/include/widgets.h b/include/widgets.h index f808981..c471d5d 100644 --- a/include/widgets.h +++ b/include/widgets.h @@ -17,13 +17,13 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: widgets.h,v 1.17 2006-10-28 16:50:46 pixel Exp $ */ +/* $Id: widgets.h,v 1.18 2007-07-27 14:10:19 pixel Exp $ */ #ifndef __WIDGETS_H__ #define __WIDGETS_H__ #include -#include +#include #include #include -- cgit v1.2.3