diff --git a/research/deorummolae.cc b/research/deorummolae.cc index e5716cf0..81e5685b 100644 --- a/research/deorummolae.cc +++ b/research/deorummolae.cc @@ -3,7 +3,7 @@ #include #include -#include "third_party/esaxx/sais.hxx" +#include #if defined(_MSC_VER) #include /* __popcnt64 */ diff --git a/research/durchschlag.cc b/research/durchschlag.cc index bae50df9..1a23a39b 100644 --- a/research/durchschlag.cc +++ b/research/durchschlag.cc @@ -3,7 +3,7 @@ #include #include /* terminate */ -#include "third_party/libdivsufsort/include/divsufsort.h" +#include /* Pointer to position in text. */ typedef DurchschlagTextIdx TextIdx; diff --git a/research/find_opt_references.cc b/research/find_opt_references.cc index 96abce4a..32c4ddcc 100644 --- a/research/find_opt_references.cc +++ b/research/find_opt_references.cc @@ -20,7 +20,7 @@ using gflags::ParseCommandLineFlags; #include "third_party/absl/flags/flag.h" -#include "third_party/esaxx/sais.hxx" +#include DEFINE_bool(advanced, false, "Advanced searching mode: finds all longest " "matches at positions that are not covered by matches of length at least "