refactor: adjust headers according to the style guide (#23934)

System headers should be included first to prevent naming conflicts.
This commit is contained in:
dundargoc
2023-06-06 14:00:32 +02:00
committed by GitHub
parent 7b973c71ea
commit f5d12889e8
9 changed files with 33 additions and 32 deletions

View File

@@ -10,7 +10,7 @@
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/func_attr.h"
#include "nvim/grid_defs.h" // for StlClickRecord
#include "nvim/grid_defs.h"
#include "nvim/macros.h"
#include "nvim/memline.h"
#include "nvim/memline_defs.h"