Sfoglia il codice sorgente

Imports from public headers shouldn't use repo relative paths.

Peter Andrews 5 anni fa
parent
commit
40001acd73
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 6 6
      GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h

+ 6 - 6
GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h

@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#import "GoogleSignIn/Sources/Public/GoogleSignIn/GIDAuthentication.h"
-#import "GoogleSignIn/Sources/Public/GoogleSignIn/GIDConfiguration.h"
-#import "GoogleSignIn/Sources/Public/GoogleSignIn/GIDGoogleUser.h"
-#import "GoogleSignIn/Sources/Public/GoogleSignIn/GIDProfileData.h"
-#import "GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h"
-#import "GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignInButton.h"
+#import "GIDAuthentication.h"
+#import "GIDConfiguration.h"
+#import "GIDGoogleUser.h"
+#import "GIDProfileData.h"
+#import "GIDSignIn.h"
+#import "GIDSignInButton.h"