aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.h
diff options
context:
space:
mode:
authorCarlo Abelli <carlo.abelli@gmail.com>2017-04-06 08:48:42 -0400
committerJustin M. Keyes <justinkz@gmail.com>2017-04-06 14:48:42 +0200
commitc501d7c432693705482f76a384a98b4b4c0ef1a9 (patch)
treeb3641e45f7d5312d66326d10d2a810993b0b2ddd /src/nvim/diff.h
parent210b013ce75b5ea8a897071e32decc1e1f88189e (diff)
downloadrneovim-c501d7c432693705482f76a384a98b4b4c0ef1a9.tar.gz
rneovim-c501d7c432693705482f76a384a98b4b4c0ef1a9.tar.bz2
rneovim-c501d7c432693705482f76a384a98b4b4c0ef1a9.zip
refactor/single-include: diff.h (#6443)
Diffstat (limited to 'src/nvim/diff.h')
-rw-r--r--src/nvim/diff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/diff.h b/src/nvim/diff.h
index f6cef1cafd..3624ce29bb 100644
--- a/src/nvim/diff.h
+++ b/src/nvim/diff.h
@@ -1,6 +1,9 @@
#ifndef NVIM_DIFF_H
#define NVIM_DIFF_H
+#include "nvim/pos.h"
+#include "nvim/ex_cmds_defs.h"
+
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "diff.h.generated.h"
#endif