Index: third_party/WebKit/Source/platform/audio/Biquad.h |
diff --git a/third_party/WebKit/Source/platform/audio/Biquad.h b/third_party/WebKit/Source/platform/audio/Biquad.h |
index 85cd986bf6a54b296b1b283ede9ce799a6028cbd..ee28918175db10d343beabb758e563d514feb31a 100644 |
--- a/third_party/WebKit/Source/platform/audio/Biquad.h |
+++ b/third_party/WebKit/Source/platform/audio/Biquad.h |
@@ -29,11 +29,11 @@ |
#ifndef Biquad_h |
#define Biquad_h |
+#include <sys/types.h> |
+#include <complex> |
#include "platform/PlatformExport.h" |
#include "platform/audio/AudioArray.h" |
#include "wtf/Allocator.h" |
-#include <complex> |
-#include <sys/types.h> |
namespace blink { |