| Index: Source/core/css/CSSImageGeneratorValue.cpp
|
| diff --git a/Source/core/css/CSSImageGeneratorValue.cpp b/Source/core/css/CSSImageGeneratorValue.cpp
|
| index a9f5eb6c1b4e63089c3231baef73a26f1b576758..a850d3451a3bcf1a88e3e5a5d422c886f7064075 100644
|
| --- a/Source/core/css/CSSImageGeneratorValue.cpp
|
| +++ b/Source/core/css/CSSImageGeneratorValue.cpp
|
| @@ -31,9 +31,8 @@
|
| #include "core/css/CSSGradientValue.h"
|
| #include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/platform/graphics/Image.h"
|
| -#include <wtf/MemoryInstrumentationHashCountedSet.h>
|
| -#include <wtf/MemoryInstrumentationHashMap.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/MemoryInstrumentationHashCountedSet.h"
|
| +#include "wtf/MemoryInstrumentationHashMap.h"
|
|
|
|
|
| namespace WTF {
|
|
|