aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/garray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/garray.h')
-rw-r--r--src/nvim/garray.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/garray.h b/src/nvim/garray.h
index a96deda759..dd355984b3 100644
--- a/src/nvim/garray.h
+++ b/src/nvim/garray.h
@@ -6,7 +6,6 @@
#include "nvim/garray_defs.h" // IWYU pragma: export
#include "nvim/log.h"
#include "nvim/memory.h"
-#include "nvim/types_defs.h"
#define GA_EMPTY(ga_ptr) ((ga_ptr)->ga_len <= 0)