| Index: Source/core/svg/SVGImageLoader.cpp
|
| diff --git a/Source/core/svg/SVGImageLoader.cpp b/Source/core/svg/SVGImageLoader.cpp
|
| index ec5b1b72a497106624740666b57dc299e63c4fda..762c85c9bddc4206b07a8ad9db1ad6d34ed4ad69 100644
|
| --- a/Source/core/svg/SVGImageLoader.cpp
|
| +++ b/Source/core/svg/SVGImageLoader.cpp
|
| @@ -23,10 +23,10 @@
|
| #if ENABLE(SVG)
|
| #include "SVGImageLoader.h"
|
|
|
| -#include "Event.h"
|
| -#include "EventNames.h"
|
| #include "HTMLParserIdioms.h"
|
| #include "SVGImageElement.h"
|
| +#include "core/dom/Event.h"
|
| +#include "core/dom/EventNames.h"
|
| #include "core/loader/cache/CachedImage.h"
|
| #include "core/rendering/RenderImage.h"
|
|
|
|
|