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
This commit is contained in:
Chris Lattner 2004-05-27 05:31:24 +00:00
parent 3166440855
commit a5648f2ea2

View File

@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
#include "Support/Signals.h"
#include "llvm/System/Signals.h"
#include <vector>
#include <algorithm>
#include <cstdlib>