aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/remote
diff options
context:
space:
mode:
authorGravatar Rich Gowman <rgowman@google.com>2018-02-02 14:36:18 -0500
committerGravatar Rich Gowman <rgowman@google.com>2018-02-06 10:02:30 -0500
commitc896fab35f0b37123175eb1011e6155ecb36a92b (patch)
tree07ccb97968febaa82fa475da4c18523c6d6241ac /Firestore/core/src/firebase/firestore/remote
parentd29a6db896692a48bbde0267e4b5c148961fbab7 (diff)
./style.sh
Diffstat (limited to 'Firestore/core/src/firebase/firestore/remote')
-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 {