mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 09:36:06 +00:00
[lldb][NFCI] Add header guard to PlatformRemoteAppleXR.h (#81565)
This commit is contained in:
parent
5e3c7e3aa4
commit
502a88bae7
@ -6,6 +6,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEXR_H
|
||||
#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEXR_H
|
||||
|
||||
#include "PlatformRemoteDarwinDevice.h"
|
||||
|
||||
namespace lldb_private {
|
||||
@ -36,3 +39,5 @@ protected:
|
||||
llvm::StringRef GetPlatformName() override;
|
||||
};
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEXR_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user