From 7e43b82e3b7cda034fab34c15ecfaa97c1a99146 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 18 Feb 2009 20:14:23 +0100 Subject: Introduced a toLower method and grouped string utils The string utility methods are now grouped together in the stringutils.h header. Also, a toLower method was added for convenience. --- src/units.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/units.cpp') diff --git a/src/units.cpp b/src/units.cpp index f4bc01b7..4f8b95f0 100644 --- a/src/units.cpp +++ b/src/units.cpp @@ -28,8 +28,7 @@ #include "log.h" #include "utils/strprintf.h" -#include "utils/tostring.h" -#include "utils/trim.h" +#include "utils/stringutils.h" #include "utils/xml.h" struct UnitLevel { -- cgit v1.2.3-70-g09d2