aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os_unix.h')
-rw-r--r--src/nvim/os_unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os_unix.h b/src/nvim/os_unix.h
index aae05f7fcc..31430ee23a 100644
--- a/src/nvim/os_unix.h
+++ b/src/nvim/os_unix.h
@@ -2,7 +2,7 @@
#define NVIM_OS_UNIX_H
#include "nvim/os/shell.h"
-#include "nvim/types.h" // for vim_acl_T
+#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os_unix.h.generated.h"