API: Refactor: Move non-public files to private subdirectory

This commit is contained in:
Thiago de Arruda
2014-05-23 15:49:25 -03:00
parent 399a0e3740
commit 72e3125f45
13 changed files with 20 additions and 29 deletions

View File

@@ -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"