aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Utility/JSON.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Utility/JSON.h')
-rw-r--r--include/lldb/Utility/JSON.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/lldb/Utility/JSON.h b/include/lldb/Utility/JSON.h
index 145ef4868d2f..5c5d382048c1 100644
--- a/include/lldb/Utility/JSON.h
+++ b/include/lldb/Utility/JSON.h
@@ -10,19 +10,20 @@
#ifndef utility_JSON_h_
#define utility_JSON_h_
-#include "lldb/Core/Stream.h"
#include "lldb/Utility/StringExtractor.h"
-#include <inttypes.h>
#include <map>
#include <memory>
-#include <stdint.h>
#include <string>
+#include <type_traits>
#include <vector>
-#include "llvm/Support/Casting.h"
+#include <stdint.h>
namespace lldb_private {
+class Stream;
+}
+namespace lldb_private {
class JSONValue {
public: