[Orc] Add TransformUtils to Orc's dependency list.
[oota-llvm.git] / lib / ExecutionEngine / GDBRegistrationListener.cpp
index 5439a77e1a568122f479ccaad7ef8109362e2a0a..8ef878c2878edceb78f9e6ecb955174d9bc4a117 100644 (file)
@@ -12,9 +12,9 @@
 #include "llvm/Object/ObjectFile.h"
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/Mutex.h"
 #include "llvm/Support/MutexGuard.h"
-#include "llvm/Support/ManagedStatic.h"
 
 using namespace llvm;
 using namespace llvm::object;