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