diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-06-06 11:54:48 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-06-06 11:54:48 +0100 |
| commit | e6f0e8ef7594ec0f7bc77edce88dfd33a95c655e (patch) | |
| tree | e850918fde00e2c5e46de6ad910b702f4278d2ed /src/normal.cc | |
| parent | be03db9a249e8124f2b9a77d3bdbb8d6b884a70e (diff) | |
Move write_debug to buffer utils as write_to_debug_buffer
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
