From: Chris Lattner Date: Thu, 27 May 2004 05:31:24 +0000 (+0000) Subject: Signals.h header moved. Eventually this should move into a lib/System library, X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a5648f2ea2a845f54c5691764ac4689313fdab05;p=oota-llvm.git Signals.h header moved. Eventually this should move into a lib/System library, but not right now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13811 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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