| Index: core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp
|
| diff --git a/core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp b/core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp
|
| index 0a8086a19380790c65b8f4adb83aada31ac384b1..61961c95e69afe33f9778e65099f498959a48636 100644
|
| --- a/core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp
|
| +++ b/core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "core/src/fpdfapi/fpdf_font/font_int.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -#include "font_int.h"
|
| -
|
| namespace {
|
|
|
| bool uint_ranges_equal(uint8_t* a, uint8_t* b, size_t count) {
|
|
|