vim: move vim_acl_T to types.h

Also include "types.h" in os_unix.h because it declares functions that
return vim_acl_T.
This commit is contained in:
Nicolas Hillegeer
2014-07-12 19:16:41 +02:00
parent 109c70dc60
commit 1710fa4337
6 changed files with 7 additions and 2 deletions

View File

@@ -51,6 +51,7 @@
#include "nvim/strings.h"
#include "nvim/tempfile.h"
#include "nvim/term.h"
#include "nvim/types.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/window.h"