[Lldb-commits] [lldb] r359141 - [SystemInitializerFull] Fix header sorting (NFC)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 24 14:23:08 PDT 2019


Author: jdevlieghere
Date: Wed Apr 24 14:23:08 2019
New Revision: 359141

URL: http://llvm.org/viewvc/llvm-project?rev=359141&view=rev
Log:
[SystemInitializerFull] Fix header sorting (NFC)

Made some changes downstream that touched the header sorting.

Modified:
    lldb/trunk/source/API/SystemInitializerFull.cpp

Modified: lldb/trunk/source/API/SystemInitializerFull.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/API/SystemInitializerFull.cpp?rev=359141&r1=359140&r2=359141&view=diff
==============================================================================
--- lldb/trunk/source/API/SystemInitializerFull.cpp (original)
+++ lldb/trunk/source/API/SystemInitializerFull.cpp Wed Apr 24 14:23:08 2019
@@ -92,9 +92,9 @@
 #include "Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h"
 #include "Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h"
 #include "Plugins/Platform/MacOSX/PlatformDarwinKernel.h"
+#include "Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h"
 #include "Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h"
 #include "Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h"
-#include "Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h"
 #include "Plugins/Platform/MacOSX/PlatformiOSSimulator.h"
 #include "Plugins/Process/MacOSX-Kernel/ProcessKDP.h"
 #include "Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h"
@@ -116,7 +116,6 @@
 
 using namespace lldb_private;
 
-
 SystemInitializerFull::SystemInitializerFull() {}
 
 SystemInitializerFull::~SystemInitializerFull() {}




More information about the lldb-commits mailing list