From 3a817e2f96a30faef03565c510f626ac73fd46ed Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 12 Nov 2014 21:27:07 +0000 Subject: Cleanup includes --- src/shell_manager.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/shell_manager.hh') diff --git a/src/shell_manager.hh b/src/shell_manager.hh index e2af4241..8b930777 100644 --- a/src/shell_manager.hh +++ b/src/shell_manager.hh @@ -1,7 +1,6 @@ #ifndef shell_manager_hh_INCLUDED #define shell_manager_hh_INCLUDED -#include "string.hh" #include "regex.hh" #include "utils.hh" #include "env_vars.hh" @@ -10,6 +9,10 @@ namespace Kakoune { class Context; +template class memoryview; +class String; +class StringView; + using EnvVarRetriever = std::function; class ShellManager : public Singleton -- cgit v1.2.3