| Index: sky/engine/platform/graphics/filters/SpotLightSource.cpp
|
| diff --git a/sky/engine/platform/graphics/filters/SpotLightSource.cpp b/sky/engine/platform/graphics/filters/SpotLightSource.cpp
|
| index 024f7ff8d54b81a332e3343acdd2eb0ce413e9f1..9f41fb9800ad46b6ac563107ae625fb1a5ae74d8 100644
|
| --- a/sky/engine/platform/graphics/filters/SpotLightSource.cpp
|
| +++ b/sky/engine/platform/graphics/filters/SpotLightSource.cpp
|
| @@ -29,10 +29,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/graphics/filters/SpotLightSource.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/graphics/filters/SpotLightSource.h"
|
|
|
| -#include "platform/text/TextStream.h"
|
| +#include "sky/engine/platform/text/TextStream.h"
|
|
|
| namespace blink {
|
|
|
|
|