aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_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/buffer_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/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 3ef5ea7e02..38f701ea7d 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -36,8 +36,6 @@ typedef struct {
#include "nvim/hashtab.h"
// for dict_T
#include "nvim/eval/typval.h"
-// for proftime_T
-#include "nvim/profile.h"
// for String
#include "nvim/api/private/defs.h"
// for Map(K, V)