Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / ADT / ImmutableList.h
index 998d785dd751311deaa11c7e7f813954b6d76a08..7f0c239423bd4e0db4d520b21b54dcc6dfe789c9 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_ADT_IMLIST_H
-#define LLVM_ADT_IMLIST_H
+#ifndef LLVM_ADT_IMMUTABLELIST_H
+#define LLVM_ADT_IMMUTABLELIST_H
 
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/Support/Allocator.h"