Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / ThreadLocal.h
index 01f735c9218460434f68cbba6f58f0cb5e294daa..7518626901e0b279dcae9ba9f781364684084d4a 100644 (file)
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SYSTEM_THREAD_LOCAL_H
-#define LLVM_SYSTEM_THREAD_LOCAL_H
+#ifndef LLVM_SUPPORT_THREADLOCAL_H
+#define LLVM_SUPPORT_THREADLOCAL_H
 
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/Threading.h"