| Index: Source/core/html/ClassList.h
|
| diff --git a/Source/core/html/ClassList.h b/Source/core/html/ClassList.h
|
| index af032d220be62d33856f10d61dc5dc149313ae46..ab5220a6ebaa6eba55ad8b79eda1ea1f580a8feb 100644
|
| --- a/Source/core/html/ClassList.h
|
| +++ b/Source/core/html/ClassList.h
|
| @@ -29,9 +29,8 @@
|
| #include "core/dom/Element.h"
|
| #include "core/dom/SpaceSplitString.h"
|
| #include "core/html/DOMTokenList.h"
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|