forked from OSchip/llvm-project
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:
parent
8e6c1d1a9b
commit
ed317b2a29
|
@ -12,7 +12,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "Support/Signals.h"
|
||||
#include "llvm/System/Signals.h"
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
|
|
Loading…
Reference in New Issue