From c0973075fafc7003be1028922bf99a2c48bcdcd6 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 20 Dec 2013 20:10:08 +0000 Subject: Get rid of Editor for good ClientManager now stores only the free windows, clients take ownership of its own. --- src/debug.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug.cc') diff --git a/src/debug.cc b/src/debug.cc index 7b97b2f0..61bc7116 100644 --- a/src/debug.cc +++ b/src/debug.cc @@ -1,8 +1,8 @@ #include "debug.hh" #include "assert.hh" +#include "buffer.hh" #include "buffer_manager.hh" -#include "editor.hh" namespace Kakoune { -- cgit v1.2.3