[Lldb-commits] [lldb] r154345 - /lldb/branches/lldb-platform-work/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp

Enrico Granata egranata at apple.com
Mon Apr 9 14:43:44 PDT 2012


Author: enrico
Date: Mon Apr  9 16:43:43 2012
New Revision: 154345

URL: http://llvm.org/viewvc/llvm-project?rev=154345&view=rev
Log:
Patch by Viktor Kutuzov <vkutuzov at accesssoftek.com> to replace an #import directive with a FreeBSD-friendly #include one

Modified:
    lldb/branches/lldb-platform-work/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp

Modified: lldb/branches/lldb-platform-work/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/branches/lldb-platform-work/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp?rev=154345&r1=154344&r2=154345&view=diff
==============================================================================
--- lldb/branches/lldb-platform-work/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp (original)
+++ lldb/branches/lldb-platform-work/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp Mon Apr  9 16:43:43 2012
@@ -9,7 +9,7 @@
 
 
 #include "GDBRemoteCommunicationServer.h"
-#import "StreamGDBRemote.h"
+#include "lldb/Core/StreamGDBRemote.h"
 
 // C Includes
 // C++ Includes





More information about the lldb-commits mailing list