| Index: sky/engine/core/css/RGBColor.cpp
|
| diff --git a/sky/engine/core/css/RGBColor.cpp b/sky/engine/core/css/RGBColor.cpp
|
| index 8f455bfbe2e26957f8a72e153f12c9d5a3577023..858e9c2b3a3e0618b9bf1e93eff2511467e006d1 100644
|
| --- a/sky/engine/core/css/RGBColor.cpp
|
| +++ b/sky/engine/core/css/RGBColor.cpp
|
| @@ -24,9 +24,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/css/CSSPrimitiveValue.h"
|
| -#include "core/css/RGBColor.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/css/CSSPrimitiveValue.h"
|
| +#include "sky/engine/core/css/RGBColor.h"
|
|
|
| namespace blink {
|
|
|
|
|