mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
build: enable IWYU on mac
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef MSWIN
|
||||
# include <signal.h>
|
||||
#endif
|
||||
@@ -11,9 +12,12 @@
|
||||
#include "nvim/globals.h"
|
||||
#include "nvim/log.h"
|
||||
#include "nvim/main.h"
|
||||
#include "nvim/memline.h"
|
||||
#include "nvim/os/signal.h"
|
||||
|
||||
#ifdef SIGPWR
|
||||
# include "nvim/memline.h"
|
||||
#endif
|
||||
|
||||
static SignalWatcher spipe, shup, squit, sterm, susr1, swinch;
|
||||
#ifdef SIGPWR
|
||||
static SignalWatcher spwr;
|
||||
|
Reference in New Issue
Block a user