mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-16 14:22:24 +08:00
Move cstdint and cstdio for fft to the header file
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
This commit is contained in:
parent
181dd1eef8
commit
660f798d9a
2
src/External/Android/fft.cpp
vendored
2
src/External/Android/fft.cpp
vendored
@ -26,8 +26,6 @@ namespace External::Android
|
||||
* half of the twiddle factors are stored. Although there are still ways to make
|
||||
* it even faster or smaller, it costs too much on one of the aspects.
|
||||
*/
|
||||
#include <cstdio>
|
||||
#include <cstdint>
|
||||
#ifdef __arm__
|
||||
#include <machine/cpu-features.h>
|
||||
#endif
|
||||
|
2
src/External/Android/fft.h
vendored
2
src/External/Android/fft.h
vendored
@ -1,6 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
#include <cstdint>
|
||||
|
||||
#define WAVE_BUFFER_SIZE 1024
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user