Skip to content

Commit

Permalink
Del un fl::pkg::speech @ deeplearning/projects/flashlight/flashlight/…
Browse files Browse the repository at this point in the history
…app/asr/tools/alignment/Utils.h:18

Summary:
Removes a `using namespace` from the global namespace in pursuit of enabling `-Wheader-hygiene`.
Qualifies instances that relied on the `using namespace`.

Reviewed By: palmje

Differential Revision: D59581595

fbshipit-source-id: e563118009458c2c1f5ccf21e6dc3c31b250a5db
  • Loading branch information
r-barnes authored and facebook-github-bot committed Jul 10, 2024
1 parent 5cb2bba commit d19cc89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flashlight/app/asr/tools/alignment/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "flashlight/pkg/speech/common/Defines.h"
#include "flashlight/pkg/speech/criterion/criterion.h"

using namespace fl::pkg::speech;

namespace fl {
namespace app {
Expand Down

0 comments on commit d19cc89

Please sign in to comment.