aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/eval/gc.h')
-rw-r--r--src/nvim/eval/gc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/eval/gc.h b/src/nvim/eval/gc.h
index 3185750c3b..66e959ced5 100644
--- a/src/nvim/eval/gc.h
+++ b/src/nvim/eval/gc.h
@@ -1,7 +1,6 @@
#ifndef NVIM_EVAL_GC_H
#define NVIM_EVAL_GC_H
-#include "nvim/eval/typval.h"
#include "nvim/eval/typval_defs.h"
extern dict_T *gc_first_dict;