diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-11-12 21:27:07 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-11-12 21:27:07 +0000 |
| commit | 3a817e2f96a30faef03565c510f626ac73fd46ed (patch) | |
| tree | 4be12e5689f919358a5e1735ac5c8dbf04945302 /src/file.hh | |
| parent | 58c1721564ea6b52929b189463fc9f54a4711d1d (diff) | |
Cleanup includes
Diffstat (limited to 'src/file.hh')
| -rw-r--r-- | src/file.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/file.hh b/src/file.hh index 99bb3715..8cef4473 100644 --- a/src/file.hh +++ b/src/file.hh @@ -2,7 +2,6 @@ #define file_hh_INCLUDED #include "exception.hh" -#include "string.hh" #include "regex.hh" namespace Kakoune @@ -23,6 +22,9 @@ struct file_not_found : file_access_error }; class Buffer; +template<typename T> class memoryview; +class String; +class StringView; // parse ~/ and $env values in filename and returns the translated filename String parse_filename(StringView filename); |
