| Index: sky/engine/platform/graphics/filters/LightSource.h
|
| diff --git a/sky/engine/platform/graphics/filters/LightSource.h b/sky/engine/platform/graphics/filters/LightSource.h
|
| index 78ed64941f558c4f5157a8a0c54863559feb4014..156c4d7c5e623e65a042dd19a18dca7d38bc7e9a 100644
|
| --- a/sky/engine/platform/graphics/filters/LightSource.h
|
| +++ b/sky/engine/platform/graphics/filters/LightSource.h
|
| @@ -24,10 +24,10 @@
|
| #ifndef LightSource_h
|
| #define LightSource_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/geometry/FloatPoint3D.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/platform/geometry/FloatPoint3D.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|