aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-22 22:05:02 +0800
committerGitHub <noreply@github.com>2022-07-22 22:05:02 +0800
commita7b9920930f032419439f52ca529abcffc0d15b1 (patch)
tree91aca167be3718f5f1432944e33143bc9c21a15c /src/nvim/eval.h
parentac690f457e0199121a08f802c27b8befbcf800c1 (diff)
downloadrneovim-a7b9920930f032419439f52ca529abcffc0d15b1.tar.gz
rneovim-a7b9920930f032419439f52ca529abcffc0d15b1.tar.bz2
rneovim-a7b9920930f032419439f52ca529abcffc0d15b1.zip
refactor: move FunPtr to types.h (#19466)
This type itself is not eval-specific. Moving it to types.h can avoid including eval/funcs.h in many headers, and types.h is already included by many headers.
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r--src/nvim/eval.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h
index fa02b1ea0f..7dbd18737a 100644
--- a/src/nvim/eval.h
+++ b/src/nvim/eval.h
@@ -3,7 +3,6 @@
#include "nvim/buffer_defs.h"
#include "nvim/channel.h"
-#include "nvim/eval/funcs.h" // For FunPtr
#include "nvim/event/time.h" // For TimeWatcher
#include "nvim/ex_cmds_defs.h" // For exarg_T
#include "nvim/os/fileio.h" // For FileDescriptor