aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local/FSTLocalViewChanges.m
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Local/FSTLocalViewChanges.m')
-rw-r--r--Firestore/Source/Local/FSTLocalViewChanges.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/Firestore/Source/Local/FSTLocalViewChanges.m b/Firestore/Source/Local/FSTLocalViewChanges.m
index 05407b2..9a7f445 100644
--- a/Firestore/Source/Local/FSTLocalViewChanges.m
+++ b/Firestore/Source/Local/FSTLocalViewChanges.m
@@ -14,10 +14,10 @@
* limitations under the License.
*/
-#import "FSTLocalViewChanges.h"
+#import "Firestore/Source/Local/FSTLocalViewChanges.h"
-#import "FSTDocument.h"
-#import "FSTViewSnapshot.h"
+#import "Firestore/Source/Core/FSTViewSnapshot.h"
+#import "Firestore/Source/Model/FSTDocument.h"
NS_ASSUME_NONNULL_BEGIN