[Lldb-commits] [lldb] r105729 - /lldb/trunk/include/lldb/Core/UUID.h
Eli Friedman
eli.friedman at gmail.com
Wed Jun 9 10:25:16 PDT 2010
Author: efriedma
Date: Wed Jun 9 12:25:16 2010
New Revision: 105729
URL: http://llvm.org/viewvc/llvm-project?rev=105729&view=rev
Log:
Revert this fix for now, since it breaks the build.
Modified:
lldb/trunk/include/lldb/Core/UUID.h
Modified: lldb/trunk/include/lldb/Core/UUID.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/UUID.h?rev=105729&r1=105728&r2=105729&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/UUID.h (original)
+++ lldb/trunk/include/lldb/Core/UUID.h Wed Jun 9 12:25:16 2010
@@ -17,8 +17,6 @@
#include "lldb/lldb-private.h"
-struct uuid_t;
-
namespace lldb_private {
class UUID
More information about the lldb-commits
mailing list