diff options
Diffstat (limited to 'source/API/SBInstructionList.cpp')
| -rw-r--r-- | source/API/SBInstructionList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/API/SBInstructionList.cpp b/source/API/SBInstructionList.cpp index 8ab3aca21816..04c37f50c2d7 100644 --- a/source/API/SBInstructionList.cpp +++ b/source/API/SBInstructionList.cpp @@ -12,8 +12,8 @@ #include "lldb/API/SBStream.h" #include "lldb/Core/Disassembler.h" #include "lldb/Core/Module.h" -#include "lldb/Core/Stream.h" #include "lldb/Symbol/SymbolContext.h" +#include "lldb/Utility/Stream.h" using namespace lldb; using namespace lldb_private; |
