Skip to content

Commit

Permalink
refac(benchmark): remove unused header
Browse files Browse the repository at this point in the history
  • Loading branch information
ashjeong committed Oct 18, 2024
1 parent 095df2a commit edb728b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion benchmark/fft/fft_benchmark.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <stddef.h>
#include <stdint.h>

#include <iostream>
#include <memory>
#include <vector>

Expand Down
1 change: 0 additions & 1 deletion benchmark/fft/fft_benchmark_gpu.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <memory>
#include <vector>
#if TACHYON_CUDA
#include <iostream>

// clang-format off
#include "benchmark/fft/fft_config.h"
Expand Down
1 change: 0 additions & 1 deletion benchmark/fft_batch/fft_batch_benchmark.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <iostream>
#include <string>
#include <vector>

Expand Down

0 comments on commit edb728b

Please sign in to comment.