Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / SourceMgr.h
index aaee344755460568cfcb97bb7a9421853ea3c5f5..dddb013bf1ed9bc1ae592175c917e0dd7bee4f00 100644 (file)
@@ -13,8 +13,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef SUPPORT_SOURCEMGR_H
-#define SUPPORT_SOURCEMGR_H
+#ifndef LLVM_SUPPORT_SOURCEMGR_H
+#define LLVM_SUPPORT_SOURCEMGR_H
 
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/Support/SMLoc.h"