Use forward declaration instead of include in commands.hh

This commit is contained in:
Maxime Coste 2015-07-28 20:18:18 +01:00
parent 6b06d77490
commit 12e0f46e25

View File

@ -1,13 +1,13 @@
#ifndef commands_hh_INCLUDED
#define commands_hh_INCLUDED
#include "keys.hh"
#include "array_view.hh"
namespace Kakoune
{
class Context;
class Key;
void register_commands();
void exec_keys(ConstArrayView<Key> keys, Context& context);