From b563b465e8b3df367da7799e789d29e0009cb96a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 5 Oct 2024 17:24:31 +0200 Subject: Move typedef of complexf to Buffer.h --- src/Resampler.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Resampler.h') diff --git a/src/Resampler.h b/src/Resampler.h index d1a9f7a..2c810f6 100644 --- a/src/Resampler.h +++ b/src/Resampler.h @@ -37,9 +37,6 @@ #define FFT_TYPE fftwf_complex #define FFT_PLAN fftwf_plan -#include -typedef std::complex complexf; - class Resampler : public ModCodec { -- cgit v1.2.3