diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-18 20:14:23 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-18 20:16:53 +0100 |
commit | 7e43b82e3b7cda034fab34c15ecfaa97c1a99146 (patch) | |
tree | 71e24c3ef685d95b8fdf6c548a46b8516915d339 /src/units.cpp | |
parent | 9568a305878d0c035e027c1ed6c9a24147a0adea (diff) | |
download | mana-7e43b82e3b7cda034fab34c15ecfaa97c1a99146.tar.gz mana-7e43b82e3b7cda034fab34c15ecfaa97c1a99146.tar.bz2 mana-7e43b82e3b7cda034fab34c15ecfaa97c1a99146.tar.xz mana-7e43b82e3b7cda034fab34c15ecfaa97c1a99146.zip |
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.
Diffstat (limited to 'src/units.cpp')
-rw-r--r-- | src/units.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |