| Index: Source/core/dom/ClassNodeList.cpp
|
| diff --git a/Source/core/dom/ClassNodeList.cpp b/Source/core/dom/ClassNodeList.cpp
|
| index 9f081cacfaf8792860b1a1a31de50b99d71f8161..dc6f36d7078b2894c154f8403f87b24c350832df 100644
|
| --- a/Source/core/dom/ClassNodeList.cpp
|
| +++ b/Source/core/dom/ClassNodeList.cpp
|
| @@ -28,11 +28,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "ClassNodeList.h"
|
| +#include "core/dom/ClassNodeList.h"
|
|
|
| -#include "Document.h"
|
| -#include "NodeRareData.h"
|
| -#include "StyledElement.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/NodeRareData.h"
|
| +#include "core/dom/StyledElement.h"
|
|
|
| namespace WebCore {
|
|
|
|
|