summaryrefslogtreecommitdiff
path: root/src/string.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-02-27 21:26:12 +0100
committerMaxime Coste <frrrwww@gmail.com>2013-02-27 21:26:12 +0100
commit72531f2df0979ed6894e2b20b0188af393907d09 (patch)
treed6ea3873b855fa75142c47a43589c3c13a91f0c0 /src/string.hh
parent9ea11394bccd515f7a1ac0718a7a97f5bd2e1be8 (diff)
string: remove unneeded headers
Diffstat (limited to 'src/string.hh')
-rw-r--r--src/string.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/string.hh b/src/string.hh
index 41060359..4604cd6f 100644
--- a/src/string.hh
+++ b/src/string.hh
@@ -2,8 +2,6 @@
#define string_hh_INCLUDED
#include <string>
-#include <iosfwd>
-#include <climits>
#include <boost/regex.hpp>
#include "memoryview.hh"