From be417d361602af9871944070c00eca4fc4549775 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 20 Mar 2014 08:11:35 +0000 Subject: [PATCH] Remove dangling forward declaration of Editor class --- src/context.hh | 1 - src/input_handler.hh | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/context.hh b/src/context.hh index 801519c1..60264aba 100644 --- a/src/context.hh +++ b/src/context.hh @@ -8,7 +8,6 @@ namespace Kakoune { -class Editor; class Window; class Buffer; class Client; diff --git a/src/input_handler.hh b/src/input_handler.hh index 461470e0..1d2e992e 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -12,8 +12,6 @@ namespace Kakoune { -class Editor; - enum class MenuEvent { Select,