diff options
author | dsinclair <dsinclair@chromium.org> | 2016-05-24 12:15:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-24 12:15:09 -0700 |
commit | 7a213d9e27fd7d35359183ab5fc95aae186e6722 (patch) | |
tree | f95813f834da50dd494a864b4b3e8f325ffae592 /xfa/fde | |
parent | 1529756d0d62638ea0fc7965416bef717ff47413 (diff) | |
download | pdfium-7a213d9e27fd7d35359183ab5fc95aae186e6722.tar.xz |
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
Diffstat (limited to 'xfa/fde')
-rw-r--r-- | xfa/fde/css/fde_cssdatatable.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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" |