diff options
Diffstat (limited to 'lldb/source/Core/Scalar.cpp')
-rw-r--r-- | lldb/source/Core/Scalar.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Core/Scalar.cpp b/lldb/source/Core/Scalar.cpp index 3c0a770cd54..d1b8944cad5 100644 --- a/lldb/source/Core/Scalar.cpp +++ b/lldb/source/Core/Scalar.cpp @@ -26,8 +26,6 @@ #include "lldb/Utility/Error.h" #include "lldb/Utility/Stream.h" -#include "Plugins/Process/Utility/InstructionUtils.h" - using namespace lldb; using namespace lldb_private; |