aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/remote/serializer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/core/src/firebase/firestore/remote/serializer.cc')
-rw-r--r--Firestore/core/src/firebase/firestore/remote/serializer.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/Firestore/core/src/firebase/firestore/remote/serializer.cc b/Firestore/core/src/firebase/firestore/remote/serializer.cc
index 1831222..d3cdd3f 100644
--- a/Firestore/core/src/firebase/firestore/remote/serializer.cc
+++ b/Firestore/core/src/firebase/firestore/remote/serializer.cc
@@ -18,9 +18,8 @@
// TODO(rsgowman): These are (currently!) unnecessary includes. Adding for now
// to ensure we can find nanopb's generated header files.
-#include "Firestore/Protos/nanopb/google/protobuf/timestamp.pb.h"
#include "Firestore/Protos/nanopb/google/firestore/v1beta1/document.pb.h"
-
+#include "Firestore/Protos/nanopb/google/protobuf/timestamp.pb.h"
namespace firebase {
namespace firestore {