mirror of
https://github.com/neovim/neovim.git
synced 2025-10-12 12:56:04 +00:00
Introduce nvim namespace: Fix project-local includes.
Prepend 'nvim/' in all project-local (non-system) includes.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include <uv.h>
|
||||
|
||||
#include "os/uv_helpers.h"
|
||||
#include "vim.h"
|
||||
#include "memory.h"
|
||||
#include "nvim/os/uv_helpers.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/memory.h"
|
||||
|
||||
/// Common structure that will always be assigned to the `data` field of
|
||||
/// libuv handles. It has fields for many types of pointers, and allow a single
|
||||
|
Reference in New Issue
Block a user