| Index: Source/core/rendering/svg/SVGTextLayoutAttributes.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextLayoutAttributes.cpp b/Source/core/rendering/svg/SVGTextLayoutAttributes.cpp
|
| index 06e1857be403c9da91ae9589b636aebd6f3bb0b5..ddf5ba98d89d0526de02c098124c41c4932de72d 100644
|
| --- a/Source/core/rendering/svg/SVGTextLayoutAttributes.cpp
|
| +++ b/Source/core/rendering/svg/SVGTextLayoutAttributes.cpp
|
| @@ -18,11 +18,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/rendering/svg/SVGTextLayoutAttributes.h"
|
|
|
| #include <stdio.h>
|
| -#include <wtf/text/CString.h>
|
| +
|
| +#include "wtf/text/CString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|