Signals.h header moved. Eventually this should move into a lib/System library,

but not right now.

llvm-svn: 13811
This commit is contained in:
Chris Lattner 2004-05-27 05:31:24 +00:00
parent 04dd3fe76d
commit a07e742087

View File

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