Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin authored Feb 26, 2024
1 parent 0acb870 commit 914d069
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sources/Sentry/include/SentrySwift.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#ifndef SentrySwift_h
#define SentrySwift_h

#if SWIFT_PACKAGE
@import SentryPrivate;
#elif __has_include("Sentry-Swift.h")
#if __has_include("Sentry-Swift.h")
# import "Sentry-Swift.h"
#else
# import "Sentry/Sentry-Swift.h"
Expand Down

0 comments on commit 914d069

Please sign in to comment.