mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
API: Refactor: Move non-public files to private subdirectory
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "nvim/api/vim.h"
|
||||
#include "nvim/api/helpers.h"
|
||||
#include "nvim/api/defs.h"
|
||||
#include "nvim/api/private/helpers.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/api/buffer.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/buffer.h"
|
||||
|
Reference in New Issue
Block a user