diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-01 19:16:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-01 19:16:18 +0000 |
commit | 9ef719afaccd67cbad656d2b409f9ed1196550ff (patch) | |
tree | d2566a66c272428ca3c104ab7cb7eaa811a61e43 | |
parent | 10b9fa89a1330d950faf3645b13233f0c0553343 (diff) |
This file doesn't need this include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7479 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/Support/Signals.h | 5 | ||||
-rw-r--r-- | include/llvm/System/Signals.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/include/Support/Signals.h b/include/Support/Signals.h index 86e5f910ba..1445bd461d 100644 --- a/include/Support/Signals.h +++ b/include/Support/Signals.h @@ -10,11 +10,6 @@ #include <string> -// -// 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 86e5f910ba..1445bd461d 100644 --- a/include/llvm/System/Signals.h +++ b/include/llvm/System/Signals.h @@ -10,11 +10,6 @@ #include <string> -// -// 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. // |