summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Signals.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-05-27 05:31:24 +0000
committerChris Lattner <sabre@nondot.org>2004-05-27 05:31:24 +0000
commited317b2a29ad460ca116a726e279b5488ceb9d75 (patch)
treef681a910bab6189cb1cb0279571fae09a079ffa3 /llvm/lib/Support/Signals.cpp
parent8e6c1d1a9b1a5d624c96ca67b01391584aaee3ed (diff)
downloadbcm5719-llvm-ed317b2a29ad460ca116a726e279b5488ceb9d75.tar.gz
bcm5719-llvm-ed317b2a29ad460ca116a726e279b5488ceb9d75.zip
Signals.h header moved. Eventually this should move into a lib/System library,
but not right now. llvm-svn: 13811
Diffstat (limited to 'llvm/lib/Support/Signals.cpp')
-rw-r--r--llvm/lib/Support/Signals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Signals.cpp b/llvm/lib/Support/Signals.cpp
index 112cd783e43..b5a81396b13 100644
--- a/llvm/lib/Support/Signals.cpp
+++ b/llvm/lib/Support/Signals.cpp
@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
-#include "Support/Signals.h"
+#include "llvm/System/Signals.h"
#include <vector>
#include <algorithm>
#include <cstdlib>
OpenPOWER on IntegriCloud