mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
refactor: adjust headers according to the style guide (#23934)
System headers should be included first to prevent naming conflicts.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user