diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-27 05:30:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-27 05:30:18 +0000 |
commit | 3166440855b0f27f4aa8d77412d3270b69ec64c0 (patch) | |
tree | 980c1d4ed8aae86e77cdc4bf3bf8870ad3feb279 | |
parent | d895ffe122269dd577d98dee4a82f8ea15029b30 (diff) |
Moved header from include/Support/ to include/llvm/System
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13810 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/System/Signals.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/System/Signals.h b/include/llvm/System/Signals.h index 211cf111be..ebec15ea1d 100644 --- a/include/llvm/System/Signals.h +++ b/include/llvm/System/Signals.h @@ -1,4 +1,4 @@ -//===- Support/Signals.h - Signal Handling support --------------*- C++ -*-===// +//===- llvm/System/Signals.h - Signal Handling support ----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -12,8 +12,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SUPPORT_SIGNALS_H -#define SUPPORT_SIGNALS_H +#ifndef LLVM_SYSTEM_SIGNALS_H +#define LLVM_SYSTEM_SIGNALS_H #include <string> |