Remove use of GNU extension to resolve Clang warning.
[oota-llvm.git] / include / llvm / Support / MutexGuard.h
index 723794177c3075573ae43c4d4bcee181fd4615b7..cd13bfe6eeb035a21ff4247790dc69414db74855 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef LLVM_SUPPORT_MUTEXGUARD_H
 #define LLVM_SUPPORT_MUTEXGUARD_H
 
-#include <llvm/System/Mutex.h>
+#include "llvm/Support/Mutex.h"
 
 namespace llvm {
   /// Instances of this class acquire a given Mutex Lock when constructed and