mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
Introduce nvim namespace: Fix project-local includes.
Prepend 'nvim/' in all project-local (non-system) includes.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
#include <uv.h>
|
||||
|
||||
#include "os/os.h"
|
||||
#include "misc2.h"
|
||||
#include "nvim/os/os.h"
|
||||
#include "nvim/misc2.h"
|
||||
|
||||
#ifdef HAVE__NSGETENVIRON
|
||||
#include <crt_externs.h>
|
||||
|
Reference in New Issue
Block a user