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 8e6c1d1a9b
commit ed317b2a29
1 changed files with 1 additions and 1 deletions

View File

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