X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FExecutionEngine%2FGDBRegistrationListener.cpp;h=8ef878c2878edceb78f9e6ecb955174d9bc4a117;hp=5439a77e1a568122f479ccaad7ef8109362e2a0a;hb=1b279144ecc41e788f7173892dfcc89f7ee6772a;hpb=fd06dd8efcfd8620f5e87ce7e557df2c5ea68065 diff --git a/lib/ExecutionEngine/GDBRegistrationListener.cpp b/lib/ExecutionEngine/GDBRegistrationListener.cpp index 5439a77e1a5..8ef878c2878 100644 --- a/lib/ExecutionEngine/GDBRegistrationListener.cpp +++ b/lib/ExecutionEngine/GDBRegistrationListener.cpp @@ -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;