Tweak headers in shell_manager.hh, no need for regex.hh
This commit is contained in:
parent
e69db0f671
commit
f81e5593db
|
@ -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&)>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user