Skip to content

Commit

Permalink
Remove unecessary check include
Browse files Browse the repository at this point in the history
Summary: Remove unecessary `#include <logging/Checks.h>`

Differential Revision: D64519961

fbshipit-source-id: b73661e53957c228706737fe41aeada258c451ed
  • Loading branch information
Georges Berenger authored and facebook-github-bot committed Oct 17, 2024
1 parent dc7d7da commit 4d62e40
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion vrs/utils/AudioBlockOpus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#endif

#define DEFAULT_LOG_CHANNEL "AudioBlockOpus"
#include <logging/Checks.h>
#include <logging/Log.h>
#include <logging/Verify.h>

Expand Down
1 change: 0 additions & 1 deletion vrs/utils/PixelFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <unordered_set>

#define DEFAULT_LOG_CHANNEL "PixelFrame"
#include <logging/Checks.h>
#include <logging/Log.h>
#include <logging/Verify.h>

Expand Down
1 change: 0 additions & 1 deletion vrs/utils/PixelFrameJxl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#endif

#define DEFAULT_LOG_CHANNEL "PixelFrameJxl"
#include <logging/Checks.h>
#include <logging/Log.h>
#include <logging/Verify.h>

Expand Down

0 comments on commit 4d62e40

Please sign in to comment.