From 7a213d9e27fd7d35359183ab5fc95aae186e6722 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 24 May 2016 12:15:09 -0700 Subject: Replace CFX_DSPATemplate with std::binary_search. This CL replaces the last instance of CFX_DSPATemplate with std::binary_search. Review-Url: https://codereview.chromium.org/2007443003 --- xfa/fde/css/fde_cssdatatable.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fde') diff --git a/xfa/fde/css/fde_cssdatatable.cpp b/xfa/fde/css/fde_cssdatatable.cpp index 4399053518..1af0059cb6 100644 --- a/xfa/fde/css/fde_cssdatatable.cpp +++ b/xfa/fde/css/fde_cssdatatable.cpp @@ -7,7 +7,6 @@ #include "xfa/fde/css/fde_cssdatatable.h" #include "core/fxcrt/include/fx_ext.h" -#include "xfa/fgas/crt/fgas_algorithm.h" #include "xfa/fgas/crt/fgas_codepage.h" #include "xfa/fgas/crt/fgas_system.h" -- cgit v1.2.3