diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-09-03 13:53:17 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-09-03 13:54:21 +0100 |
| commit | f81e5593db15845a585c3ffef00d03ba03a8c51d (patch) | |
| tree | a09ab9e8d7de7f20c57951e871d928a658ecc640 | |
| parent | e69db0f671a6f7cdbc10fe3e7099f0c2fc4aa211 (diff) | |
Tweak headers in shell_manager.hh, no need for regex.hh
| -rw-r--r-- | src/shell_manager.hh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/shell_manager.hh b/src/shell_manager.hh index d4fb23a1..6394f5e3 100644 --- a/src/shell_manager.hh +++ b/src/shell_manager.hh @@ -2,17 +2,15 @@ #define shell_manager_hh_INCLUDED #include "array_view.hh" -#include "regex.hh" -#include "utils.hh" #include "env_vars.hh" #include "flags.hh" +#include "string.hh" +#include "utils.hh" namespace Kakoune { class Context; -class String; -class StringView; using EnvVarRetriever = std::function<String (StringView name, const Context&)>; |
