Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 23, 2025
1 parent 9549092 commit 5d8dfe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/module_basis/module_pw/module_fft/fft_dsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#define FFT_CUDA_H

#include "fft_base.h"
#include <time.h>
#include <stdlib.h>
#include <math.h>
#include <ctime>
#include <cstdlib>
#include <cmath>

#include "hthread_host.h"
#include "mtfft.h"
Expand Down

0 comments on commit 5d8dfe0

Please sign in to comment.