| Index: Source/core/html/forms/RadioInputType.cpp
|
| diff --git a/Source/core/html/forms/RadioInputType.cpp b/Source/core/html/forms/RadioInputType.cpp
|
| index f87e925c6dc20cea34658a956ca75100ef3c7684..a1c2c855d3dd40289aba913ece3ada66676754a0 100644
|
| --- a/Source/core/html/forms/RadioInputType.cpp
|
| +++ b/Source/core/html/forms/RadioInputType.cpp
|
| @@ -22,8 +22,8 @@
|
| #include "config.h"
|
| #include "core/html/forms/RadioInputType.h"
|
|
|
| -#include "HTMLNames.h"
|
| -#include "InputTypeNames.h"
|
| +#include "core/HTMLNames.h"
|
| +#include "core/InputTypeNames.h"
|
| #include "core/dom/ElementTraversal.h"
|
| #include "core/events/KeyboardEvent.h"
|
| #include "core/events/MouseEvent.h"
|
|
|