| Index: Source/core/platform/audio/HRTFPanner.h
|
| diff --git a/Source/core/platform/audio/HRTFPanner.h b/Source/core/platform/audio/HRTFPanner.h
|
| index 785cf095a2a70409fc7d6245965d400e7ddf8ae2..a492e1a62adbbaff9ab0d3295883970263c627e8 100644
|
| --- a/Source/core/platform/audio/HRTFPanner.h
|
| +++ b/Source/core/platform/audio/HRTFPanner.h
|
| @@ -26,8 +26,8 @@
|
| #define HRTFPanner_h
|
|
|
| #include "DelayDSPKernel.h"
|
| -#include "FFTConvolver.h"
|
| -#include "Panner.h"
|
| +#include "core/platform/audio/FFTConvolver.h"
|
| +#include "core/platform/audio/Panner.h"
|
|
|
| namespace WebCore {
|
|
|
|
|