mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Move memory.h include above func_attr.h include
This commit is contained in:
parent
d906708a43
commit
f0be78506f
@ -129,10 +129,11 @@ int main() {
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
|
#include "nvim/memory.h"
|
||||||
|
|
||||||
#define DEFINE_FUNC_ATTRIBUTES
|
#define DEFINE_FUNC_ATTRIBUTES
|
||||||
#include "nvim/func_attr.h"
|
#include "nvim/func_attr.h"
|
||||||
#undef DEFINE_FUNC_ATTRIBUTES
|
#undef DEFINE_FUNC_ATTRIBUTES
|
||||||
#include "nvim/memory.h"
|
|
||||||
|
|
||||||
/* compiler specific configuration */
|
/* compiler specific configuration */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user