| Index: Source/core/html/HTMLLabelElement.cpp
|
| diff --git a/Source/core/html/HTMLLabelElement.cpp b/Source/core/html/HTMLLabelElement.cpp
|
| index 4355eb2749bca471822fe789701b785a9350e1d0..dc620784c486bda38fbad866f39501a38a279ead 100644
|
| --- a/Source/core/html/HTMLLabelElement.cpp
|
| +++ b/Source/core/html/HTMLLabelElement.cpp
|
| @@ -25,12 +25,12 @@
|
| #include "config.h"
|
| #include "HTMLLabelElement.h"
|
|
|
| -#include "Document.h"
|
| -#include "Event.h"
|
| -#include "EventNames.h"
|
| #include "FormAssociatedElement.h"
|
| #include "HTMLNames.h"
|
| -#include "NodeTraversal.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/Event.h"
|
| +#include "core/dom/EventNames.h"
|
| +#include "core/dom/NodeTraversal.h"
|
|
|
| namespace WebCore {
|
|
|
|
|