aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelnod <relnod@users.noreply.github.com>2017-03-30 00:50:11 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-03-30 00:50:11 +0200
commit6964b67c00f9aa029791137f44f30ed4aef20ef4 (patch)
tree589c3f5701846d5bb90147ea60692882c1c40461
parentc60e409471c51864883bd0b874980d0a8857f813 (diff)
downloadrneovim-6964b67c00f9aa029791137f44f30ed4aef20ef4.tar.gz
rneovim-6964b67c00f9aa029791137f44f30ed4aef20ef4.tar.bz2
rneovim-6964b67c00f9aa029791137f44f30ed4aef20ef4.zip
refactor/single-include: buffer.h (#6396)
-rw-r--r--src/nvim/CMakeLists.txt1
-rw-r--r--src/nvim/buffer.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index c5bf79c0e5..a3bacaa9d2 100644
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -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
diff --git a/src/nvim/buffer.h b/src/nvim/buffer.h
index c915d373aa..016c5ce3b7 100644
--- a/src/nvim/buffer.h
+++ b/src/nvim/buffer.h
@@ -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