Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / Process.h
index ea8da6d4c5b5fe830ba77c307756a17fe2a27343..4256d4a03b9d8da28721562c5088b251eb9b8630 100644 (file)
@@ -22,8 +22,8 @@
 ///
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SYSTEM_PROCESS_H
-#define LLVM_SYSTEM_PROCESS_H
+#ifndef LLVM_SUPPORT_PROCESS_H
+#define LLVM_SUPPORT_PROCESS_H
 
 #include "llvm/Config/llvm-config.h"
 #include "llvm/Support/DataTypes.h"