summaryrefslogtreecommitdiff
path: root/lib/Support
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
commita5648f2ea2a845f54c5691764ac4689313fdab05 (patch)
tree81dea336ba5371a83372d562681097585240b24c /lib/Support
parent3166440855b0f27f4aa8d77412d3270b69ec64c0 (diff)
downloadllvm-a5648f2ea2a845f54c5691764ac4689313fdab05.tar.gz
llvm-a5648f2ea2a845f54c5691764ac4689313fdab05.tar.bz2
llvm-a5648f2ea2a845f54c5691764ac4689313fdab05.tar.xz
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
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/Signals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Signals.cpp b/lib/Support/Signals.cpp
index 112cd783e4..b5a81396b1 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 <vector>
#include <algorithm>
#include <cstdlib>