diff options
Diffstat (limited to 'lldb/source/Core/VMRange.cpp')
-rw-r--r-- | lldb/source/Core/VMRange.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/VMRange.cpp b/lldb/source/Core/VMRange.cpp index 8d21f4b1273..d77908d3faa 100644 --- a/lldb/source/Core/VMRange.cpp +++ b/lldb/source/Core/VMRange.cpp @@ -9,8 +9,8 @@ #include "lldb/lldb-private.h" -#include "lldb/Core/Stream.h" #include "lldb/Core/VMRange.h" +#include "lldb/Utility/Stream.h" #include <algorithm> using namespace lldb; |