Crashlytics remove unnecessary Analytics header (#8269)
We use forward declarations instead, so the header isn't needed. In addition, this was giving errors in the flutter plugin https://github.com/FirebaseExtended/flutterfire/pull/5900
```
@protocol FIRAnalyticsInterop;
@protocol FIRAnalyticsInteropListener;
```