| Index: Source/core/html/forms/HiddenInputType.cpp
|
| diff --git a/Source/core/html/forms/HiddenInputType.cpp b/Source/core/html/forms/HiddenInputType.cpp
|
| index e7682988b075bd65f8271eb41c219bc1edb65480..abfbb551ab687412fe62e6bc198e3d0718888c74 100644
|
| --- a/Source/core/html/forms/HiddenInputType.cpp
|
| +++ b/Source/core/html/forms/HiddenInputType.cpp
|
| @@ -32,8 +32,8 @@
|
| #include "config.h"
|
| #include "core/html/forms/HiddenInputType.h"
|
|
|
| -#include "HTMLNames.h"
|
| -#include "InputTypeNames.h"
|
| +#include "core/HTMLNames.h"
|
| +#include "core/InputTypeNames.h"
|
| #include "core/html/FormDataList.h"
|
| #include "core/html/HTMLInputElement.h"
|
| #include "core/html/forms/FormController.h"
|
|
|