| Index: Source/core/platform/graphics/filters/FEOffset.h
|
| diff --git a/Source/core/platform/graphics/filters/FEOffset.h b/Source/core/platform/graphics/filters/FEOffset.h
|
| index b5c154402747a4231b64112ef6c985473497a1fa..b561f221a72ce8bcae31c2f661fdea788b84a2f8 100644
|
| --- a/Source/core/platform/graphics/filters/FEOffset.h
|
| +++ b/Source/core/platform/graphics/filters/FEOffset.h
|
| @@ -23,8 +23,8 @@
|
| #ifndef FEOffset_h
|
| #define FEOffset_h
|
|
|
| -#include "FilterEffect.h"
|
| -#include "Filter.h"
|
| +#include "core/platform/graphics/filters/Filter.h"
|
| +#include "core/platform/graphics/filters/FilterEffect.h"
|
|
|
| namespace WebCore {
|
|
|
|
|