string: remove unneeded headers

This commit is contained in:
Maxime Coste 2013-02-27 21:26:12 +01:00
parent 9ea11394bc
commit 72531f2df0

View File

@ -2,8 +2,6 @@
#define string_hh_INCLUDED
#include <string>
#include <iosfwd>
#include <climits>
#include <boost/regex.hpp>
#include "memoryview.hh"