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 +-- Firestore/core/test/firebase/firestore/remote/serializer_test.cc | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'Firestore') 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 { diff --git a/Firestore/core/test/firebase/firestore/remote/serializer_test.cc b/Firestore/core/test/firebase/firestore/remote/serializer_test.cc index 6a58adb..1be5a87 100644 --- a/Firestore/core/test/firebase/firestore/remote/serializer_test.cc +++ b/Firestore/core/test/firebase/firestore/remote/serializer_test.cc @@ -16,8 +16,8 @@ #include "Firestore/core/src/firebase/firestore/remote/serializer.h" -#include #include +#include TEST(Serializer, CanLinkToNanopb) { // This test doesn't actually do anything interesting as far as actually using -- cgit v1.2.3