From c896fab35f0b37123175eb1011e6155ecb36a92b Mon Sep 17 00:00:00 2001 From: Rich Gowman Date: Fri, 2 Feb 2018 14:36:18 -0500 Subject: ./style.sh --- Firestore/core/src/firebase/firestore/remote/serializer.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Firestore/core/src/firebase/firestore/remote') 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 { -- cgit v1.2.3