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... --- lib/inputtext.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/inputtext.cc') diff --git a/lib/inputtext.cc b/lib/inputtext.cc index 9a63c07..23b05a1 100644 --- a/lib/inputtext.cc +++ b/lib/inputtext.cc @@ -17,14 +17,14 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: inputtext.cc,v 1.4 2006-10-28 16:50:46 pixel Exp $ */ +/* $Id: inputtext.cc,v 1.5 2007-07-27 14:10:20 pixel Exp $ */ #include #include #include -#include "Font.h" +#include "font.h" #include "engine.h" -#include "Widgets.h" +#include "widgets.h" #include "sprite.h" /********************** -- cgit v1.2.3