aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp_defs.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-08-12 12:58:52 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-08-12 13:44:37 +0800
commitc7ca94ba7f7a76caf51ed62b521f04c97c6aeed5 (patch)
tree88e227c21201ed7ae438a3b011d673ce8e74d7ea /src/nvim/regexp_defs.h
parent0d9e09bf670724caec9939a7165e25c4abc40291 (diff)
downloadrneovim-c7ca94ba7f7a76caf51ed62b521f04c97c6aeed5.tar.gz
rneovim-c7ca94ba7f7a76caf51ed62b521f04c97c6aeed5.tar.bz2
rneovim-c7ca94ba7f7a76caf51ed62b521f04c97c6aeed5.zip
vim-patch:8.1.1684: profiling functionality is spread out
Problem: Profiling functionality is spread out. Solution: Put profiling functionality in profiling.c. (Yegappan Lakshmanan, closes vim/vim#4666) https://github.com/vim/vim/commit/fa55cfc69d2b14761e2a8bd85bc1e0d82df770aa Move proftime_T to types.h for now to avoid recursive #include.
Diffstat (limited to 'src/nvim/regexp_defs.h')
-rw-r--r--src/nvim/regexp_defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/regexp_defs.h b/src/nvim/regexp_defs.h
index 09f244c2f6..b313dfe877 100644
--- a/src/nvim/regexp_defs.h
+++ b/src/nvim/regexp_defs.h
@@ -15,7 +15,6 @@
#include <stdbool.h>
#include "nvim/pos.h"
-#include "nvim/profile.h"
#include "nvim/types.h"
/*