Skip to content

Commit

Permalink
facebook-unused-include-check in fbcode/deeplearning/projects/flashli…
Browse files Browse the repository at this point in the history
…ght/flashlight

Summary:
Remove headers flagged by facebook-unused-include-check over fbcode.deeplearning.projects.flashlight.flashlight.

+ format and autodeps

This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle.
You have been added as a reviewer by Sentinel or Butterfly.

Autodiff project: uid
Autodiff partition: fbcode.deeplearning.projects.flashlight.flashlight
Autodiff bookmark: ad.uid.fbcode.deeplearning.projects.flashlight.flashlight

Reviewed By: dtolnay

Differential Revision: D64989146

fbshipit-source-id: a515384a5d239313cd4a62853cf6d78dca035c9d
  • Loading branch information
Gownta authored and facebook-github-bot committed Oct 25, 2024
1 parent 473ee74 commit 4bdb625
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion flashlight/app/lm/common/Defines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*/

#include "flashlight/app/lm/common/Defines.h"



Expand Down
1 change: 0 additions & 1 deletion flashlight/pkg/runtime/test/DynamicScalerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include "flashlight/fl/autograd/Functions.h"
#include "flashlight/fl/autograd/Utils.h"
#include "flashlight/fl/common/Filesystem.h"
#include "flashlight/fl/nn/Init.h"
#include "flashlight/fl/tensor/Init.h"

Expand Down
1 change: 0 additions & 1 deletion flashlight/pkg/speech/audio/feature/Derivatives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <cstddef>
#include <stdexcept>

#include "flashlight/pkg/speech/audio/feature/SpeechUtils.h"

namespace fl::lib::audio {

Expand Down
1 change: 0 additions & 1 deletion flashlight/pkg/speech/audio/feature/PowerSpectrum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include <algorithm>
#include <cstddef>
#include <unordered_map>

#include "flashlight/pkg/speech/audio/feature/SpeechUtils.h"

Expand Down
1 change: 0 additions & 1 deletion flashlight/pkg/speech/augmentation/SoundEffectConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <cereal/types/vector.hpp>
#include <glog/logging.h>

#include "flashlight/pkg/speech/augmentation/SoundEffectUtil.h"

using namespace ::fl::pkg::speech::sfx;

Expand Down
1 change: 0 additions & 1 deletion flashlight/pkg/speech/augmentation/SoundEffectUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <algorithm>
#include <cmath>
#include <sstream>

namespace fl::pkg::speech::sfx {

Expand Down
2 changes: 0 additions & 2 deletions flashlight/pkg/speech/augmentation/SoxWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
#include <algorithm>
#include <fstream>
#include <memory>
#include <mutex>
#include <sstream>

#include <glog/logging.h>
#include <sox.h>

#include "flashlight/pkg/speech/data/Sound.h"
#include "flashlight/fl/common/Logging.h"

namespace fl::pkg::speech::sfx {
Expand Down
1 change: 0 additions & 1 deletion flashlight/pkg/vision/criterion/SetCriterion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <numeric>

#include "flashlight/fl/autograd/autograd.h"
#include "flashlight/fl/common/Defines.h"
#include "flashlight/fl/distributed/DistributedApi.h"
#include "flashlight/fl/tensor/Index.h"
#include "flashlight/pkg/vision/dataset/BoxUtils.h"
Expand Down
1 change: 0 additions & 1 deletion flashlight/pkg/vision/nn/Transformer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <cmath>

#include "flashlight/fl/nn/nn.h"

using namespace fl;

Expand Down
1 change: 0 additions & 1 deletion flashlight/pkg/vision/tensor/VisionOps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "flashlight/fl/tensor/DefaultTensorType.h"
#include "flashlight/fl/tensor/TensorBackend.h"
#include "flashlight/pkg/vision/tensor/VisionExtension.h"
#include "flashlight/pkg/vision/tensor/VisionExtensionBackends.h"

namespace fl {

Expand Down
1 change: 0 additions & 1 deletion flashlight/pkg/vision/test/ModelSerializationTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "flashlight/pkg/vision/nn/VisionTransformer.h"

#include "flashlight/fl/autograd/autograd.h"
#include "flashlight/fl/common/Filesystem.h"
#include "flashlight/fl/tensor/Init.h"
#include "flashlight/fl/tensor/Random.h"

Expand Down

0 comments on commit 4bdb625

Please sign in to comment.