Tweak headers in shell_manager.hh, no need for regex.hh

This commit is contained in:
Maxime Coste 2015-09-03 13:53:17 +01:00
parent e69db0f671
commit f81e5593db

View File

@ -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&)>;