Skip to content

Commit

Permalink
utils: remove useless include
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Feb 20, 2021
1 parent be225d1 commit 49068cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.c
Expand Up @@ -16,7 +16,6 @@ const char *sys_signame[NSIG] = {
#endif

#if defined(_WIN32) || defined(__CYGWIN__)
#include <shellapi.h>
#include <windows.h>
// https://github.com/mirror/newlib-cygwin/blob/master/winsup/cygwin/strsig.cc
#ifndef NSIG
Expand Down

0 comments on commit 49068cf

Please sign in to comment.