| Index: Source/core/rendering/HitTestLocation.cpp
|
| diff --git a/Source/core/rendering/HitTestLocation.cpp b/Source/core/rendering/HitTestLocation.cpp
|
| index 23b29fa0ae0f0de6051513afc0adbd870c589635..d78e47747f3ec7d0228773679416c9421ef3cc5f 100644
|
| --- a/Source/core/rendering/HitTestLocation.cpp
|
| +++ b/Source/core/rendering/HitTestLocation.cpp
|
| @@ -22,7 +22,6 @@
|
| #include "config.h"
|
| #include "core/rendering/HitTestLocation.h"
|
|
|
| -#include "CachedImage.h"
|
| #include "DocumentMarkerController.h"
|
| #include "Frame.h"
|
| #include "FrameSelection.h"
|
| @@ -35,6 +34,7 @@
|
| #include "HTMLParserIdioms.h"
|
| #include "HTMLPlugInImageElement.h"
|
| #include "HTMLVideoElement.h"
|
| +#include "core/loader/cache/CachedImage.h"
|
| #include "core/platform/Scrollbar.h"
|
| #include "core/rendering/RenderBlock.h"
|
| #include "core/rendering/RenderImage.h"
|
|
|