Skip to content

Commit bdaeede

Browse files
mcremon-metafacebook-github-bot
authored andcommitted
Remove unused includes from operators (#5538)
Summary: Pull Request resolved: #5538 As titled. Reviewed By: zonglinpeng Differential Revision: D63204927 fbshipit-source-id: 024196aabd80bf0fa4e364c5f48a8cacfc404185
1 parent fc6b8ea commit bdaeede

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

backends/cadence/reference/operators/quantized_conv_out.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include <executorch/backends/cadence/reference/kernels/kernels.h>
1010

1111
#include <executorch/runtime/kernel/kernel_includes.h>
12-
#include <algorithm>
13-
#include <cmath>
1412

1513
namespace impl {
1614
namespace reference {

backends/cadence/reference/operators/quantized_layer_norm.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
#include <executorch/backends/cadence/reference/kernels/kernels.h>
1010
#include <executorch/runtime/kernel/kernel_includes.h>
1111

12-
#include <algorithm>
1312
#include <cmath>
14-
#include <tuple>
1513

1614
using Tensor = exec_aten::Tensor;
1715
using executorch::runtime::KernelRuntimeContext;

0 commit comments

Comments
 (0)