fixed compile errors with g++ 4.3 and replaced some c headers by their
[enigma2.git] / lib / base / estring.cpp
index f1d50cccd34f51207f85d2b41a22c04850ed6b12..dcba7705d7bc45d3ba8fe56519bbac8942fee86d 100644 (file)
@@ -1,6 +1,7 @@
+#include <algorithm>
+#include <cctype>
+#include <climits>
 #include <string>
-#include <ctype.h>
-#include <limits.h>
 #include <lib/base/eerror.h>
 #include <lib/base/encoding.h>
 #include <lib/base/estring.h>