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