Use forward declaration instead of include in commands.hh
This commit is contained in:
parent
6b06d77490
commit
12e0f46e25
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user