2.7: Note that DataTypes.h moved.
[oota-llvm.git] / include / llvm / Support / MutexGuard.h
index 723794177c3075573ae43c4d4bcee181fd4615b7..9958b97a3e6472964bb4bd5634b84d4b82200d4c 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef LLVM_SUPPORT_MUTEXGUARD_H
 #define LLVM_SUPPORT_MUTEXGUARD_H
 
-#include <llvm/System/Mutex.h>
+#include "llvm/System/Mutex.h"
 
 namespace llvm {
   /// Instances of this class acquire a given Mutex Lock when constructed and