From: Owen Anderson Date: Tue, 16 Jun 2009 20:26:04 +0000 (+0000) Subject: Fix #include guards. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=82995a83e1a6b6a3822c9171e9b00301e3b809c7;p=oota-llvm.git Fix #include guards. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73548 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/System/RWMutex.h b/include/llvm/System/RWMutex.h index eb56eec75f6..2b466f20b49 100644 --- a/include/llvm/System/RWMutex.h +++ b/include/llvm/System/RWMutex.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_SYSTEM_MUTEX_H -#define LLVM_SYSTEM_MUTEX_H +#ifndef LLVM_SYSTEM_RWMUTEX_H +#define LLVM_SYSTEM_RWMUTEX_H namespace llvm {