Index: xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp |
diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp |
index 57a12e222dbbae25c17e2edba17b3d6036a66c0e..b0f717e5bc6b0172a3a97459332f8b1a2452d1e2 100644 |
--- a/xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp |
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "testing/gtest/include/gtest/gtest.h" |
#include "core/include/fxcrt/fx_basic.h" |
#include "testing/fx_string_testhelpers.h" |
+#include "testing/gtest/include/gtest/gtest.h" |
#include "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h" |
TEST(PDF417HighLevelEncoder, EncodeHighLevel) { |