| Index: Source/core/html/forms/ImageInputType.cpp
|
| diff --git a/Source/core/html/forms/ImageInputType.cpp b/Source/core/html/forms/ImageInputType.cpp
|
| index a276a6f196fdc236e5f8d3224039600bb503b2b1..e10beef9621406b158bbdbc0379f37c5c1255e58 100644
|
| --- a/Source/core/html/forms/ImageInputType.cpp
|
| +++ b/Source/core/html/forms/ImageInputType.cpp
|
| @@ -23,8 +23,8 @@
|
| #include "config.h"
|
| #include "core/html/forms/ImageInputType.h"
|
|
|
| -#include "HTMLNames.h"
|
| -#include "InputTypeNames.h"
|
| +#include "core/HTMLNames.h"
|
| +#include "core/InputTypeNames.h"
|
| #include "core/events/MouseEvent.h"
|
| #include "core/fetch/ImageResource.h"
|
| #include "core/html/FormDataList.h"
|
|
|