From a07e742087e8850f64e0a61ad24bae18bb9003af Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 27 May 2004 05:31:24 +0000 Subject: [PATCH] Signals.h header moved. Eventually this should move into a lib/System library, but not right now. llvm-svn: 13811 --- lib/Support/Signals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Support/Signals.cpp b/lib/Support/Signals.cpp index 112cd783e43..b5a81396b13 100644 --- a/lib/Support/Signals.cpp +++ b/lib/Support/Signals.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include "Support/Signals.h" +#include "llvm/System/Signals.h" #include #include #include