diff options
author | Ewan Crawford <ewan@codeplay.com> | 2016-01-07 14:34:52 +0000 |
---|---|---|
committer | Ewan Crawford <ewan@codeplay.com> | 2016-01-07 14:34:52 +0000 |
commit | 9272a1c5a2c74b6d176f08c18d0f2fb7453b3d01 (patch) | |
tree | b4713cef46e809c79fd2f768aaeec5572ae5845e /lldb/source/Core/StringList.cpp | |
parent | d7cfb48485c6e5f321995df208c046c81a7d7d30 (diff) | |
download | bcm5719-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.cpp | 1 |
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> |