diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:04:10 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:04:10 +0000 | 
| commit | 74a628f776edb588bff8f8f5cc16eac947c9d631 (patch) | |
| tree | dc32e010ac4902621e5a279bfeb48628f7f0e166 /source/API/SBInstruction.cpp | |
| parent | afed7be32164a598f8172282c249af7266c48b46 (diff) | |
Diffstat (limited to 'source/API/SBInstruction.cpp')
| -rw-r--r-- | source/API/SBInstruction.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/source/API/SBInstruction.cpp b/source/API/SBInstruction.cpp index 8c616da5a7f0..c47307c733a8 100644 --- a/source/API/SBInstruction.cpp +++ b/source/API/SBInstruction.cpp @@ -16,8 +16,6 @@  #include "lldb/API/SBTarget.h"  #include "lldb/Core/ArchSpec.h" -#include "lldb/Core/DataBufferHeap.h" -#include "lldb/Core/DataExtractor.h"  #include "lldb/Core/Disassembler.h"  #include "lldb/Core/EmulateInstruction.h"  #include "lldb/Core/Module.h" @@ -25,6 +23,8 @@  #include "lldb/Target/ExecutionContext.h"  #include "lldb/Target/StackFrame.h"  #include "lldb/Target/Target.h" +#include "lldb/Utility/DataBufferHeap.h" +#include "lldb/Utility/DataExtractor.h"  //----------------------------------------------------------------------  // We recently fixed a leak in one of the Instruction subclasses where  | 
