forked from OSchip/llvm-project
[SystemInitializerFull] Fix header sorting (NFC)
Made some changes downstream that touched the header sorting. llvm-svn: 359141
This commit is contained in:
parent
265df39a80
commit
c95c08baa1
|
@ -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() {}
|
||||
|
|
Loading…
Reference in New Issue