diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-07-28 20:18:18 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-07-28 20:18:18 +0100 |
| commit | 12e0f46e256866b6771c388ff9aa0b097c86efd5 (patch) | |
| tree | a78e1f5e7d01536360b431989f10dd696d2950af /src | |
| parent | 6b06d77490d873afb4e9a61405c1265a228b8b20 (diff) | |
Use forward declaration instead of include in commands.hh
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.hh b/src/commands.hh index 9e7479d7..9183f85f 100644 --- a/src/commands.hh +++ b/src/commands.hh @@ -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); |
