| Index: Source/core/dom/LiveNodeList.h
|
| diff --git a/Source/core/dom/LiveNodeList.h b/Source/core/dom/LiveNodeList.h
|
| index 7ed73002c1385817dad258b561af3b406209e438..c4aa5cbf97f7110446a8de0345e59213b256ae94 100644
|
| --- a/Source/core/dom/LiveNodeList.h
|
| +++ b/Source/core/dom/LiveNodeList.h
|
| @@ -28,8 +28,8 @@
|
| #include "core/dom/Document.h"
|
| #include "core/dom/NodeList.h"
|
| #include "core/html/CollectionType.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/RefPtr.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/RefPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|