mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
move memory.h include to version.c
This commit is contained in:

committed by
Nicolas Hillegeer

parent
a4f441e547
commit
8c9cb5f9ef
@@ -14,6 +14,7 @@
|
|||||||
#include "nvim/version.h"
|
#include "nvim/version.h"
|
||||||
#include "nvim/charset.h"
|
#include "nvim/charset.h"
|
||||||
#include "nvim/memline.h"
|
#include "nvim/memline.h"
|
||||||
|
#include "nvim/memory.h"
|
||||||
#include "nvim/message.h"
|
#include "nvim/message.h"
|
||||||
#include "nvim/misc2.h"
|
#include "nvim/misc2.h"
|
||||||
#include "nvim/screen.h"
|
#include "nvim/screen.h"
|
||||||
|
@@ -8,7 +8,6 @@
|
|||||||
#ifndef NVIM_VIM_H
|
#ifndef NVIM_VIM_H
|
||||||
# define NVIM_VIM_H
|
# define NVIM_VIM_H
|
||||||
|
|
||||||
#include "nvim/memory.h"// for xstrlcpy
|
|
||||||
#include "nvim/types.h"
|
#include "nvim/types.h"
|
||||||
|
|
||||||
/* Some defines from the old feature.h */
|
/* Some defines from the old feature.h */
|
||||||
|
Reference in New Issue
Block a user