Signals.h header moved. Eventually this should move into a lib/System library,
authorChris Lattner <sabre@nondot.org>
Thu, 27 May 2004 05:31:24 +0000 (05:31 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 May 2004 05:31:24 +0000 (05:31 +0000)
but not right now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13811 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Signals.cpp

index 112cd783e436ced3fa6123c69f7031c8c58ac68d..b5a81396b13125264244bf3abe7baf5ced73c203 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "Support/Signals.h"
+#include "llvm/System/Signals.h"
 #include <vector>
 #include <algorithm>
 #include <cstdlib>