Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / IR / Type.h
index def45750dd71672a4577b354d4e3c4209a18e352..0f673920e1ba098116cfcd9969675b383a4230c1 100644 (file)
@@ -12,8 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_TYPE_H
-#define LLVM_TYPE_H
+#ifndef LLVM_IR_TYPE_H
+#define LLVM_IR_TYPE_H
 
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/DataTypes.h"