| Index: Source/core/css/CSSPropertySourceData.h
|
| diff --git a/Source/core/css/CSSPropertySourceData.h b/Source/core/css/CSSPropertySourceData.h
|
| index 8dd3d43764bd26aaad73cffda1d838b86252956c..f08deea8cbdd06046a1f90b4aa4633b9cea8abbf 100644
|
| --- a/Source/core/css/CSSPropertySourceData.h
|
| +++ b/Source/core/css/CSSPropertySourceData.h
|
| @@ -31,12 +31,10 @@
|
| #ifndef CSSPropertySourceData_h
|
| #define CSSPropertySourceData_h
|
|
|
| -#include <utility>
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/Vector.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|