From 910209203d0cd60c5083901cbcc0b7b44d9f48d2 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Mon, 23 Feb 2015 22:06:56 -0800 Subject: cleaner way fix dispatch.h portion of commit a88dd1da119052870bb2654c1a32c51971eade16 (some systems have sig_atomic_t in signal.h, some in sys/signal.h) Sounds good to me djm@ --- dispatch.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'dispatch.h') diff --git a/dispatch.h b/dispatch.h index 2bcdc91a..cd51dbc0 100644 --- a/dispatch.h +++ b/dispatch.h @@ -27,8 +27,6 @@ #ifndef DISPATCH_H #define DISPATCH_H -#include /* for sig_atomic_t */ - #define DISPATCH_MAX 255 enum { -- cgit v1.2.1