aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.h
diff options
context:
space:
mode:
authorrelnod <mail@paul-schiffers.de>2017-04-25 20:45:59 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-25 20:45:59 +0200
commit22932d8ac22f6dba3b3df068c6932bf3ad478d92 (patch)
tree3b9395ba49ff386ea972d382c52b178c9cda08b2 /src/nvim/regexp.h
parenta0acb2e19521298b3d80aa1cfaaef5f476218e01 (diff)
downloadrneovim-22932d8ac22f6dba3b3df068c6932bf3ad478d92.tar.gz
rneovim-22932d8ac22f6dba3b3df068c6932bf3ad478d92.tar.bz2
rneovim-22932d8ac22f6dba3b3df068c6932bf3ad478d92.zip
refactor/single-include (#6586)
Diffstat (limited to 'src/nvim/regexp.h')
-rw-r--r--src/nvim/regexp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nvim/regexp.h b/src/nvim/regexp.h
index 37513d8c27..97595c4d29 100644
--- a/src/nvim/regexp.h
+++ b/src/nvim/regexp.h
@@ -1,6 +1,10 @@
#ifndef NVIM_REGEXP_H
#define NVIM_REGEXP_H
+#include "nvim/types.h"
+#include "nvim/buffer_defs.h"
+#include "nvim/regexp_defs.h"
+
/* Second argument for vim_regcomp(). */
#define RE_MAGIC 1 /* 'magic' option */
#define RE_STRING 2 /* match in string instead of buffer text */