From 945ad361fb962b2ca2e904bac65214d275b7dc43 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 23 Jan 2012 13:56:43 +0000 Subject: HooksManager: forward declare Context instead of including context.hh --- src/buffer.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buffer.cc') diff --git a/src/buffer.cc b/src/buffer.cc index b230c09d..4f792e38 100644 --- a/src/buffer.cc +++ b/src/buffer.cc @@ -5,6 +5,7 @@ #include "assert.hh" #include "utils.hh" #include "hooks_manager.hh" +#include "context.hh" namespace Kakoune { -- cgit v1.2.3