| Index: Source/core/xml/XSLTProcessor.cpp
|
| diff --git a/Source/core/xml/XSLTProcessor.cpp b/Source/core/xml/XSLTProcessor.cpp
|
| index 043fd8de7e692f2ed4e5c55c924f26111607e8b4..d1807cd1cfba9dae9e55cb6d1e9593240b21219f 100644
|
| --- a/Source/core/xml/XSLTProcessor.cpp
|
| +++ b/Source/core/xml/XSLTProcessor.cpp
|
| @@ -21,7 +21,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/xml/XSLTProcessor.h"
|
|
|
| #include "core/dom/DOMImplementation.h"
|
| @@ -33,9 +32,8 @@
|
| #include "core/page/Frame.h"
|
| #include "core/page/FrameView.h"
|
| #include "weborigin/SecurityOrigin.h"
|
| -
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|