Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 572216442
  • Loading branch information
agutkin authored and copybara-github committed Oct 10, 2023
1 parent 0c68782 commit a54d170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nisaba/scripts/brahmic/grammar.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <memory>

#include "grm2/thrax/grm-manager.h"
#include "thrax/grm-manager.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/ascii.h"
Expand Down
2 changes: 1 addition & 1 deletion nisaba/scripts/brahmic/grammar.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <memory>
#include <string>

#include "grm2/thrax/grm-manager.h"
#include "thrax/grm-manager.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/ascii.h"
Expand Down
2 changes: 1 addition & 1 deletion nisaba/scripts/utils/far_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <string>

#include "fst//fstlib.h"
#include "grm2/thrax/grm-manager.h"
#include "thrax/grm-manager.h"
#include "absl/status/status.h"
#include "absl/strings/string_view.h"

Expand Down

0 comments on commit a54d170

Please sign in to comment.