aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/test/firebase/firestore/remote/serializer_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/core/test/firebase/firestore/remote/serializer_test.cc')
-rw-r--r--Firestore/core/test/firebase/firestore/remote/serializer_test.cc2
1 files changed, 1 insertions, 1 deletions
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 <pb_encode.h>
#include <gtest/gtest.h>
+#include <pb_encode.h>
TEST(Serializer, CanLinkToNanopb) {
// This test doesn't actually do anything interesting as far as actually using