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

@@ -5,7 +5,7 @@
#include <stdbool.h>
#include <stdio.h>
#ifndef MSWIN
# include <signal.h> // for sigset_t
# include <signal.h>
#endif
#include "nvim/autocmd.h"