diff options
Diffstat (limited to 'lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp')
-rw-r--r-- | lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp index 597bbf2c7de..f4a9eeb96cc 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp @@ -42,7 +42,7 @@ #include "llvm/Support/VersionTuple.h" #if defined(__APPLE__) -#include <TargetConditionals.h> // for TARGET_OS_TV, TARGET_OS_WATCH +#include <TargetConditionals.h> #endif using namespace lldb; |