diff options
Diffstat (limited to 'source/Interpreter/CommandReturnObject.cpp')
| -rw-r--r-- | source/Interpreter/CommandReturnObject.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Interpreter/CommandReturnObject.cpp b/source/Interpreter/CommandReturnObject.cpp index 72e66aa082e3..00fcff510cff 100644 --- a/source/Interpreter/CommandReturnObject.cpp +++ b/source/Interpreter/CommandReturnObject.cpp @@ -13,8 +13,8 @@ // C++ Includes // Other libraries and framework includes // Project includes -#include "lldb/Core/Error.h" -#include "lldb/Core/StreamString.h" +#include "lldb/Utility/Error.h" +#include "lldb/Utility/StreamString.h" using namespace lldb; using namespace lldb_private; |
