Skip to content

Commit e99d929

Browse files
authored
Use standard import syntax (#3083)
1 parent 4a33b26 commit e99d929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoogleUtilities/SwizzlerTestHelpers/GULSwizzler+Unswizzle.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#import "../MethodSwizzler/Private/GULSwizzler.h"
15+
#import <GoogleUtilities/GULSwizzler.h>
1616

1717
#import <objc/runtime.h>
1818

0 commit comments

Comments
 (0)