Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / Signals.h
index f2ca92964315f8426b321eaf2020a028fa4c30cd..72bfd6b3389396ae4cfbb3cb67b6226b7c4387ac 100644 (file)
@@ -12,8 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SYSTEM_SIGNALS_H
-#define LLVM_SYSTEM_SIGNALS_H
+#ifndef LLVM_SUPPORT_SIGNALS_H
+#define LLVM_SUPPORT_SIGNALS_H
 
 #include "llvm/Support/Path.h"