| Index: sky/engine/platform/graphics/filters/PointLightSource.cpp
|
| diff --git a/sky/engine/platform/graphics/filters/PointLightSource.cpp b/sky/engine/platform/graphics/filters/PointLightSource.cpp
|
| index 6d41dde549b77d84ab24fd565e422ecd3a0910af..2b3483b95df5ec9208dbac6eb5b6ab501bafe047 100644
|
| --- a/sky/engine/platform/graphics/filters/PointLightSource.cpp
|
| +++ b/sky/engine/platform/graphics/filters/PointLightSource.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/filters/PointLightSource.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/filters/PointLightSource.h"
|
|
|
| -#include "platform/text/TextStream.h"
|
| +#include "sky/engine/platform/text/TextStream.h"
|
|
|
| namespace blink {
|
|
|
|
|