summaryrefslogtreecommitdiff
path: root/include/lldb/Utility/Stream.h
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-02-14 19:06:07 +0000
committerZachary Turner <zturner@google.com>2017-02-14 19:06:07 +0000
commitcde848d17f43e2e861f0149bd705a0d66445fcf2 (patch)
tree1b5bf358a52951fcf28b04fd77376744340afd5c /include/lldb/Utility/Stream.h
parent4b279295bea33678531bcb21b7080a9c9f9a7da6 (diff)
Remove dependencies from Utility to Core and Target.
With this patch, the only dependency left is from Utility to Host. After this is broken, Utility will finally be standalone. Differential Revision: https://reviews.llvm.org/D29909 git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@295088 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/lldb/Utility/Stream.h')
-rw-r--r--include/lldb/Utility/Stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/lldb/Utility/Stream.h b/include/lldb/Utility/Stream.h
index 50ac50d16..7b989f0da 100644
--- a/include/lldb/Utility/Stream.h
+++ b/include/lldb/Utility/Stream.h
@@ -16,7 +16,8 @@
// C++ Includes
// Other libraries and framework includes
// Project includes
-#include "lldb/Core/Flags.h"
+#include "lldb/Utility/Flags.h"
+
#include "lldb/lldb-private.h"
#include "llvm/Support/FormatVariadic.h"