Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Use #import instead of #include.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl authored and sergiocampama committed Mar 31, 2017
1 parent 56c9b21 commit dc23094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Mac/GTMOAuth2WindowController.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

#if GTM_INCLUDE_OAUTH2 || !GDATA_REQUIRE_SERVICE_INCLUDES

#include <Foundation/Foundation.h>
#import <Foundation/Foundation.h>

#if !TARGET_OS_IPHONE

Expand Down

0 comments on commit dc23094

Please sign in to comment.