| Index: Source/core/html/FileInputType.cpp
|
| diff --git a/Source/core/html/FileInputType.cpp b/Source/core/html/FileInputType.cpp
|
| index 0a18f4eccaa0e7f4f55d0fb873978576c61d29f2..1db981bd4cb88e33a3f1dc3123af1f0bcf3da0d5 100644
|
| --- a/Source/core/html/FileInputType.cpp
|
| +++ b/Source/core/html/FileInputType.cpp
|
| @@ -22,8 +22,6 @@
|
| #include "config.h"
|
| #include "FileInputType.h"
|
|
|
| -#include "ElementShadow.h"
|
| -#include "Event.h"
|
| #include "File.h"
|
| #include "FileList.h"
|
| #include "FormController.h"
|
| @@ -32,7 +30,9 @@
|
| #include "HTMLNames.h"
|
| #include "InputTypeNames.h"
|
| #include "ScriptController.h"
|
| -#include "ShadowRoot.h"
|
| +#include "core/dom/ElementShadow.h"
|
| +#include "core/dom/Event.h"
|
| +#include "core/dom/ShadowRoot.h"
|
| #include "core/page/Chrome.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/RuntimeEnabledFeatures.h"
|
|
|