refactor/single-include: buffer.h (#6396)

This commit is contained in:
relnod 2017-03-30 00:50:11 +02:00 committed by Justin M. Keyes
parent c60e409471
commit 6964b67c00
2 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,6 @@ target_link_libraries(nvim-test ${NVIM_LINK_LIBRARIES})
set_property(TARGET nvim-test APPEND_STRING PROPERTY COMPILE_FLAGS -DUNIT_TESTING)
set(NO_SINGLE_CHECK_HEADERS
buffer
cursor_shape
diff
digraph

View File

@ -1,6 +1,7 @@
#ifndef NVIM_BUFFER_H
#define NVIM_BUFFER_H
#include "nvim/vim.h"
#include "nvim/window.h"
#include "nvim/pos.h" // for linenr_T
#include "nvim/ex_cmds_defs.h" // for exarg_T