Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / Program.h
index 028565d2a6a65cb8d6ad24c37a63ca4d5d3c3858..a0cc27c0241c2b91d7e34aecf85d8a87dbe5d280 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SYSTEM_PROGRAM_H
-#define LLVM_SYSTEM_PROGRAM_H
+#ifndef LLVM_SUPPORT_PROGRAM_H
+#define LLVM_SUPPORT_PROGRAM_H
 
 #include "llvm/Support/Path.h"