summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/StringList.cpp
diff options
context:
space:
mode:
authorEwan Crawford <ewan@codeplay.com>2016-01-07 14:34:52 +0000
committerEwan Crawford <ewan@codeplay.com>2016-01-07 14:34:52 +0000
commit9272a1c5a2c74b6d176f08c18d0f2fb7453b3d01 (patch)
treeb4713cef46e809c79fd2f768aaeec5572ae5845e /lldb/source/Core/StringList.cpp
parentd7cfb48485c6e5f321995df208c046c81a7d7d30 (diff)
downloadbcm5719-llvm-9272a1c5a2c74b6d176f08c18d0f2fb7453b3d01.tar.gz
bcm5719-llvm-9272a1c5a2c74b6d176f08c18d0f2fb7453b3d01.zip
Remove duplicate header added in r256927
r256927 included a duplicate StreamString header file. This patch simply removes the duplicate. Author: Luke Drummond <luke.drummond@codeplay.com> Differential Revision: http://reviews.llvm.org/D15948 llvm-svn: 257061
Diffstat (limited to 'lldb/source/Core/StringList.cpp')
-rw-r--r--lldb/source/Core/StringList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/StringList.cpp b/lldb/source/Core/StringList.cpp
index ce197ac7bd4..98a079007fb 100644
--- a/lldb/source/Core/StringList.cpp
+++ b/lldb/source/Core/StringList.cpp
@@ -12,7 +12,6 @@
#include "lldb/Core/StreamString.h"
#include "lldb/Host/FileSpec.h"
#include "lldb/Core/Log.h"
-#include "lldb/Core/StreamString.h"
#include <string>
OpenPOWER on IntegriCloud