| Index: Source/core/css/CSSGradientValue.h
|
| diff --git a/Source/core/css/CSSGradientValue.h b/Source/core/css/CSSGradientValue.h
|
| index 8e1c77b64110d9967d3721b1cafc05f29f81152f..ab8576f34ea78dc8b15e665f3fa0a882e2aefcfd 100644
|
| --- a/Source/core/css/CSSGradientValue.h
|
| +++ b/Source/core/css/CSSGradientValue.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef CSSGradientValue_h
|
| #define CSSGradientValue_h
|
|
|
| -#include "CSSImageGeneratorValue.h"
|
| -#include "CSSPrimitiveValue.h"
|
| +#include "core/css/CSSImageGeneratorValue.h"
|
| +#include "core/css/CSSPrimitiveValue.h"
|
| #include <wtf/RefPtr.h>
|
| #include <wtf/Vector.h>
|
|
|
|
|