1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-28 22:22:41 +03:00

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"