Index: Source/core/platform/audio/HRTFPanner.cpp |
diff --git a/Source/core/platform/audio/HRTFPanner.cpp b/Source/core/platform/audio/HRTFPanner.cpp |
index 39c13d2d39045c20d20c67eac4b46a61a297aeb6..9234fedb415384ebaf8a34398e2e639b12c9192f 100644 |
--- a/Source/core/platform/audio/HRTFPanner.cpp |
+++ b/Source/core/platform/audio/HRTFPanner.cpp |
@@ -32,8 +32,8 @@ |
#include "core/platform/audio/AudioBus.h" |
#include "core/platform/audio/FFTConvolver.h" |
#include "core/platform/audio/HRTFDatabase.h" |
-#include <wtf/MathExtras.h> |
-#include <wtf/RefPtr.h> |
+#include "wtf/MathExtras.h" |
+#include "wtf/RefPtr.h" |
using namespace std; |