translate includes in brotli/research

PiperOrigin-RevId: 713033033
This commit is contained in:
Evgenii Kliuchnikov 2025-01-07 13:59:06 -08:00 committed by Copybara-Service
parent 7ef8b920dc
commit 57610b7174
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
#include <array> #include <array>
#include <cstdio> #include <cstdio>
#include "third_party/esaxx/sais.hxx" #include <sais.hxx>
#if defined(_MSC_VER) #if defined(_MSC_VER)
#include <intrin.h> /* __popcnt64 */ #include <intrin.h> /* __popcnt64 */

View File

@ -3,7 +3,7 @@
#include <algorithm> #include <algorithm>
#include <exception> /* terminate */ #include <exception> /* terminate */
#include "third_party/libdivsufsort/include/divsufsort.h" #include <divsufsort.h>
/* Pointer to position in text. */ /* Pointer to position in text. */
typedef DurchschlagTextIdx TextIdx; typedef DurchschlagTextIdx TextIdx;

View File

@ -20,7 +20,7 @@
using gflags::ParseCommandLineFlags; using gflags::ParseCommandLineFlags;
#include "third_party/absl/flags/flag.h" #include "third_party/absl/flags/flag.h"
#include "third_party/esaxx/sais.hxx" #include <sais.hxx>
DEFINE_bool(advanced, false, "Advanced searching mode: finds all longest " DEFINE_bool(advanced, false, "Advanced searching mode: finds all longest "
"matches at positions that are not covered by matches of length at least " "matches at positions that are not covered by matches of length at least "