Explorar el Código

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

Peter Andrews hace 5 años
padre
commit
40001acd73
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  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"