Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / system_error.h
index 0d164f688d376a557828a5ad1c3152914f69fa64..43dace6ab816510456ba3c9a3256cfc4d140e376 100644 (file)
@@ -14,8 +14,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SYSTEM_SYSTEM_ERROR_H
-#define LLVM_SYSTEM_SYSTEM_ERROR_H
+#ifndef LLVM_SUPPORT_SYSTEM_ERROR_H
+#define LLVM_SUPPORT_SYSTEM_ERROR_H
 
 #include "llvm/Support/Compiler.h"