| Index: Source/core/xml/XPathExpressionNode.h
|
| diff --git a/Source/core/xml/XPathExpressionNode.h b/Source/core/xml/XPathExpressionNode.h
|
| index 8945cf35f2ef94d29a6b891371fa74330ddb9912..fe7e37680065a695fb6633d201453fbcd4166c05 100644
|
| --- a/Source/core/xml/XPathExpressionNode.h
|
| +++ b/Source/core/xml/XPathExpressionNode.h
|
| @@ -27,11 +27,11 @@
|
| #ifndef XPathExpressionNode_h
|
| #define XPathExpressionNode_h
|
|
|
| -#include "Node.h"
|
| #include "XPathValue.h"
|
| +#include "core/dom/Node.h"
|
| #include <wtf/HashMap.h>
|
| -#include <wtf/Vector.h>
|
| #include <wtf/text/StringHash.h>
|
| +#include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|
|
|