From 5c3e5c13b9fc0285c47493eca1f9363a218d12a8 Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Fri, 23 Jun 2017 11:48:57 -0400 Subject: Cleaning up fx_string_testhelpers. This is unused except for being a pathway for indirect deps. Change-Id: I717290235ccbc59429ad24231033382958e2a086 Reviewed-on: https://pdfium-review.googlesource.com/6910 Reviewed-by: Tom Sepez Commit-Queue: Henrique Nakashima --- core/fxcodec/codec/fx_codec_a85_unittest.cpp | 1 - core/fxcodec/codec/fx_codec_jpx_unittest.cpp | 1 - core/fxcodec/codec/fx_codec_rle_unittest.cpp | 1 - 3 files changed, 3 deletions(-) (limited to 'core/fxcodec/codec') diff --git a/core/fxcodec/codec/fx_codec_a85_unittest.cpp b/core/fxcodec/codec/fx_codec_a85_unittest.cpp index 78f9bd8fcc..5e40548bf2 100644 --- a/core/fxcodec/codec/fx_codec_a85_unittest.cpp +++ b/core/fxcodec/codec/fx_codec_a85_unittest.cpp @@ -8,7 +8,6 @@ #include "core/fxcodec/codec/ccodec_basicmodule.h" #include "core/fxcodec/fx_codec.h" -#include "testing/fx_string_testhelpers.h" #include "testing/gtest/include/gtest/gtest.h" TEST(fxcodec, A85TestBadInputs) { diff --git a/core/fxcodec/codec/fx_codec_jpx_unittest.cpp b/core/fxcodec/codec/fx_codec_jpx_unittest.cpp index 2acb76c355..6d1e31a0ee 100644 --- a/core/fxcodec/codec/fx_codec_jpx_unittest.cpp +++ b/core/fxcodec/codec/fx_codec_jpx_unittest.cpp @@ -7,7 +7,6 @@ #include #include "core/fxcodec/codec/codec_int.h" -#include "testing/fx_string_testhelpers.h" #include "testing/gtest/include/gtest/gtest.h" static const OPJ_OFF_T kSkipError = static_cast(-1); diff --git a/core/fxcodec/codec/fx_codec_rle_unittest.cpp b/core/fxcodec/codec/fx_codec_rle_unittest.cpp index f9a4b3fcb7..7b0af90819 100644 --- a/core/fxcodec/codec/fx_codec_rle_unittest.cpp +++ b/core/fxcodec/codec/fx_codec_rle_unittest.cpp @@ -9,7 +9,6 @@ #include "core/fpdfapi/parser/fpdf_parser_decode.h" #include "core/fxcodec/codec/ccodec_basicmodule.h" #include "core/fxcodec/fx_codec.h" -#include "testing/fx_string_testhelpers.h" #include "testing/gtest/include/gtest/gtest.h" TEST(fxcodec, RLETestBadInputs) { -- cgit v1.2.3