Skip to content

Commit

Permalink
Include Header.h by convention
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Jun 5, 2024
1 parent c1c6e4e commit dedd7a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions voicesmith/src/main/cpp/de/jurihock/voicesmith/etc/FFT.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <voicesmith/Header.h>

#include <voicesmith/etc/FFT/PocketFFT.h>
#include <voicesmith/etc/FFT/PrettyFastFFT.h>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <voicesmith/Header.h>

#include <StftPitchShift/FFT.h>

#include <pocketfft_hdronly.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <voicesmith/Header.h>

#include <StftPitchShift/FFT.h>

#include <pffft.h>
Expand Down

0 comments on commit dedd7a5

Please sign in to comment.