Skip to content

Commit

Permalink
translate includes in brotli/research
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 713033033
  • Loading branch information
eustas authored and copybara-github committed Jan 7, 2025
1 parent 7ef8b92 commit 57610b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion research/deorummolae.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <array>
#include <cstdio>

#include "third_party/esaxx/sais.hxx"
#include <sais.hxx>

#if defined(_MSC_VER)
#include <intrin.h> /* __popcnt64 */
Expand Down
2 changes: 1 addition & 1 deletion research/durchschlag.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <algorithm>
#include <exception> /* terminate */

#include "third_party/libdivsufsort/include/divsufsort.h"
#include <divsufsort.h>

/* Pointer to position in text. */
typedef DurchschlagTextIdx TextIdx;
Expand Down
2 changes: 1 addition & 1 deletion research/find_opt_references.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
using gflags::ParseCommandLineFlags;

#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 "
"matches at positions that are not covered by matches of length at least "
Expand Down

0 comments on commit 57610b7

Please sign in to comment.