summaryrefslogtreecommitdiff
path: root/source/Target/StackID.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Target/StackID.cpp')
-rw-r--r--source/Target/StackID.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Target/StackID.cpp b/source/Target/StackID.cpp
index 0d215ed5c9c3..889cf89b9be7 100644
--- a/source/Target/StackID.cpp
+++ b/source/Target/StackID.cpp
@@ -12,10 +12,10 @@
// Other libraries and framework includes
// Project includes
#include "lldb/Target/StackID.h"
-#include "lldb/Core/Stream.h"
#include "lldb/Symbol/Block.h"
#include "lldb/Symbol/Symbol.h"
#include "lldb/Symbol/SymbolContext.h"
+#include "lldb/Utility/Stream.h"
using namespace lldb_private;