Skip to content

Commit 562cb80

Browse files
committed
Remove duplicate inclusion of signal.h
1 parent 8db64f3 commit 562cb80

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/common/os/posix/isc_ipc.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@
6060
#include <sys/stat.h>
6161
#include <sys/file.h>
6262

63-
#ifdef HAVE_SIGNAL_H
64-
#include <signal.h>
65-
#endif
66-
6763
#if defined(HAVE_SIGNAL_H)
6864
#include <signal.h>
6965
#elif defined(HAVE_SYS_SIGNAL_H)

0 commit comments

Comments
 (0)