aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testing.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/testing.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/testing.h')
-rw-r--r--src/nvim/testing.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testing.h b/src/nvim/testing.h
index 1522ebc7b7..69596d725c 100644
--- a/src/nvim/testing.h
+++ b/src/nvim/testing.h
@@ -1,7 +1,6 @@
#ifndef NVIM_TESTING_H
#define NVIM_TESTING_H
-#include "nvim/eval/funcs.h"
#include "nvim/eval/typval.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS