From f81e5593db15845a585c3ffef00d03ba03a8c51d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 3 Sep 2015 13:53:17 +0100 Subject: [PATCH] Tweak headers in shell_manager.hh, no need for regex.hh --- src/shell_manager.hh | 6 ++---- 1 file 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;