From 1111b6fb9d7db3d1434e03c859270e734219a528 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 25 Jan 2009 12:24:38 +0000 Subject: header sanitizing --- src/ui/inputbox.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui/inputbox.cc') diff --git a/src/ui/inputbox.cc b/src/ui/inputbox.cc index 968038c..08b85be 100644 --- a/src/ui/inputbox.cc +++ b/src/ui/inputbox.cc @@ -7,7 +7,8 @@ #include "ui/inputbox.h" #include "ui/paint.h" #include "auxiliary/functions.h" -#include "core/core.h" +#include "math/functions.h" +#include "core/application.h" namespace ui { -- cgit v1.2.3