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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/garray.h b/src/nvim/garray.h
index 23f8b271b3..6e440039dd 100644
--- a/src/nvim/garray.h
+++ b/src/nvim/garray.h
@@ -1,8 +1,6 @@
#ifndef NVIM_GARRAY_H
#define NVIM_GARRAY_H
-#include "nvim/func_attr.h"
-
/// Structure used for growing arrays.
/// This is used to store information that only grows, is deleted all at
/// once, and needs to be accessed by index. See ga_clear() and ga_grow().