Index: Source/platform/audio/FFTFrame.cpp |
diff --git a/Source/platform/audio/FFTFrame.cpp b/Source/platform/audio/FFTFrame.cpp |
index e65ef0e4f38d07e0aa47fb9364713fa77ac2d79a..56fd26905242483c6f4916269b05683cb150c3f9 100644 |
--- a/Source/platform/audio/FFTFrame.cpp |
+++ b/Source/platform/audio/FFTFrame.cpp |
@@ -33,16 +33,15 @@ |
#include "platform/audio/FFTFrame.h" |
#include "platform/audio/VectorMath.h" |
- |
-#ifndef NDEBUG |
-#include <stdio.h> |
-#endif |
- |
#include "platform/Logging.h" |
#include "wtf/Complex.h" |
#include "wtf/MathExtras.h" |
#include "wtf/OwnPtr.h" |
+#ifndef NDEBUG |
+#include <stdio.h> |
+#endif |
+ |
namespace blink { |
void FFTFrame::doPaddedFFT(const float* data, size_t dataSize) |