[Lldb-commits] [lldb] r257061 - Remove duplicate header added in r256927

Ewan Crawford via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 7 06:34:52 PST 2016


Author: ewancrawford
Date: Thu Jan  7 08:34:52 2016
New Revision: 257061

URL: http://llvm.org/viewvc/llvm-project?rev=257061&view=rev
Log:
Remove duplicate header added in r256927

r256927 included a duplicate StreamString header file. This patch simply removes the duplicate.

Author: Luke Drummond <luke.drummond at codeplay.com>
Differential Revision: http://reviews.llvm.org/D15948

Modified:
    lldb/trunk/source/Core/StringList.cpp

Modified: lldb/trunk/source/Core/StringList.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/StringList.cpp?rev=257061&r1=257060&r2=257061&view=diff
==============================================================================
--- lldb/trunk/source/Core/StringList.cpp (original)
+++ lldb/trunk/source/Core/StringList.cpp Thu Jan  7 08:34:52 2016
@@ -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>
 




More information about the lldb-commits mailing list