aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/regexp.h')
-rw-r--r--src/nvim/regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/regexp.h b/src/nvim/regexp.h
index 74ed34188c..9527afed58 100644
--- a/src/nvim/regexp.h
+++ b/src/nvim/regexp.h
@@ -1,9 +1,9 @@
#ifndef NVIM_REGEXP_H
#define NVIM_REGEXP_H
-#include "nvim/types.h"
#include "nvim/buffer_defs.h"
#include "nvim/regexp_defs.h"
+#include "nvim/types.h"
// Second argument for vim_regcomp().
#define RE_MAGIC 1 ///< 'magic' option