From e6f0e8ef7594ec0f7bc77edce88dfd33a95c655e Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 6 Jun 2015 11:54:48 +0100 Subject: Move write_debug to buffer utils as write_to_debug_buffer --- src/normal.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/normal.cc') diff --git a/src/normal.cc b/src/normal.cc index f2b983df..20c2ce5a 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -2,15 +2,15 @@ #include "buffer.hh" #include "buffer_manager.hh" +#include "buffer_utils.hh" #include "client_manager.hh" #include "command_manager.hh" #include "commands.hh" #include "containers.hh" #include "context.hh" -#include "debug.hh" #include "face_registry.hh" -#include "flags.hh" #include "file.hh" +#include "flags.hh" #include "option_manager.hh" #include "register_manager.hh" #include "selectors.hh" -- cgit v1.2.3