summaryrefslogtreecommitdiff
path: root/lib/widgets.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets.cc')
-rw-r--r--lib/widgets.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/widgets.cc b/lib/widgets.cc
index 5fd76e2..639a67f 100644
--- a/lib/widgets.cc
+++ b/lib/widgets.cc
@@ -17,14 +17,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: widgets.cc,v 1.21 2006-10-28 16:50:47 pixel Exp $ */
+/* $Id: widgets.cc,v 1.22 2007-07-27 14:10:20 pixel Exp $ */
#include <SDL.h>
#include <vector>
#include <Input.h>
-#include "Font.h"
+#include "font.h"
#include "engine.h"
-#include "Widgets.h"
+#include "widgets.h"
#include "sprite.h"
#ifdef HAVE_CONFIG_H