Преглед изворни кода

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

Peter Andrews пре 5 година
родитељ
комит
40001acd73
1 измењених фајлова са 6 додато и 6 уклоњено
  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.
  * 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"