From 9ef719afaccd67cbad656d2b409f9ed1196550ff Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 1 Aug 2003 19:16:18 +0000 Subject: [PATCH] This file doesn't need this include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7479 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/Signals.h | 5 ----- include/llvm/System/Signals.h | 5 ----- 2 files changed, 10 deletions(-) diff --git a/include/Support/Signals.h b/include/Support/Signals.h index 86e5f910ba6..1445bd461db 100644 --- a/include/Support/Signals.h +++ b/include/Support/Signals.h @@ -10,11 +10,6 @@ #include -// -// This will include the signal handler return type. -// -#include "Config/config.h" - // RemoveFileOnSignal - This function registers signal handlers to ensure that // if a signal gets delivered that the named file is removed. // diff --git a/include/llvm/System/Signals.h b/include/llvm/System/Signals.h index 86e5f910ba6..1445bd461db 100644 --- a/include/llvm/System/Signals.h +++ b/include/llvm/System/Signals.h @@ -10,11 +10,6 @@ #include -// -// This will include the signal handler return type. -// -#include "Config/config.h" - // RemoveFileOnSignal - This function registers signal handlers to ensure that // if a signal gets delivered that the named file is removed. //