summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/StructuredData.cpp
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-12-13 12:21:59 +0100
committerRaphael Isemann <teemperor@gmail.com>2019-12-13 12:33:47 +0100
commit3ca771ba594fbd40da7ef842c04b5842e7b2a83c (patch)
treedaa5643e1bc54dd22f7cde82f3c34c3bfb948223 /lldb/source/Utility/StructuredData.cpp
parenta52a11139c0e3db9b00079aa1516080742b79475 (diff)
downloadbcm5719-llvm-3ca771ba594fbd40da7ef842c04b5842e7b2a83c.tar.gz
bcm5719-llvm-3ca771ba594fbd40da7ef842c04b5842e7b2a83c.zip
[lldb][NFC] Remove unused includes in Utility's source files
Diffstat (limited to 'lldb/source/Utility/StructuredData.cpp')
-rw-r--r--lldb/source/Utility/StructuredData.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Utility/StructuredData.cpp b/lldb/source/Utility/StructuredData.cpp
index 783a0808217..22477bdbe6c 100644
--- a/lldb/source/Utility/StructuredData.cpp
+++ b/lldb/source/Utility/StructuredData.cpp
@@ -7,16 +7,12 @@
//===----------------------------------------------------------------------===//
#include "lldb/Utility/StructuredData.h"
-#include "lldb/Utility/DataBuffer.h"
#include "lldb/Utility/FileSpec.h"
#include "lldb/Utility/Status.h"
-#include "lldb/Utility/StreamString.h"
-#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/MemoryBuffer.h"
#include <cerrno>
#include <cstdlib>
#include <inttypes.h>
-#include <limits>
using namespace lldb_private;
using namespace llvm;
OpenPOWER on IntegriCloud