| Index: Source/core/svg/SVGFitToViewBox.h
|
| diff --git a/Source/core/svg/SVGFitToViewBox.h b/Source/core/svg/SVGFitToViewBox.h
|
| index 02a5dfa6179aa7594aaceef263141f40fc06b47a..cebf75a23f6a2def79fdef9e4cd12a206344819d 100644
|
| --- a/Source/core/svg/SVGFitToViewBox.h
|
| +++ b/Source/core/svg/SVGFitToViewBox.h
|
| @@ -22,10 +22,10 @@
|
| #define SVGFitToViewBox_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "Attribute.h"
|
| -#include "QualifiedName.h"
|
| #include "SVGNames.h"
|
| #include "SVGPreserveAspectRatio.h"
|
| +#include "core/dom/Attribute.h"
|
| +#include "core/dom/QualifiedName.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include <wtf/HashSet.h>
|
|
|
|
|