| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 45638d5f122bb62811135e22e47a78c97b8d433f..115ff18a9db04b14218dfc8b9ede21dfe1dd9d6d 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -31,9 +31,6 @@
|
| #include "Attr.h"
|
| #include "Attribute.h"
|
| #include "CDATASection.h"
|
| -#include "CSSParser.h"
|
| -#include "CSSStyleDeclaration.h"
|
| -#include "CSSStyleSheet.h"
|
| #include "CSSValueKeywords.h"
|
| #include "Comment.h"
|
| #include "ContextFeatures.h"
|
| @@ -57,7 +54,6 @@
|
| #include "EventNames.h"
|
| #include "ExceptionCode.h"
|
| #include "ExceptionCodePlaceholder.h"
|
| -#include "FontLoader.h"
|
| #include "FormController.h"
|
| #include "GeolocationController.h"
|
| #include "HTMLAllCollection.h"
|
| @@ -80,8 +76,6 @@
|
| #include "HashChangeEvent.h"
|
| #include "InspectorCounters.h"
|
| #include "InspectorInstrumentation.h"
|
| -#include "MediaQueryList.h"
|
| -#include "MediaQueryMatcher.h"
|
| #include "NameNodeList.h"
|
| #include "NamedFlowCollection.h"
|
| #include "NestingLevelIncrementer.h"
|
| @@ -107,10 +101,6 @@
|
| #include "SelectorQuery.h"
|
| #include "ShadowRoot.h"
|
| #include "SharedWorkerRepository.h"
|
| -#include "StylePropertySet.h"
|
| -#include "StyleResolver.h"
|
| -#include "StyleSheetContents.h"
|
| -#include "StyleSheetList.h"
|
| #include "TouchList.h"
|
| #include "TransformSource.h"
|
| #include "TreeWalker.h"
|
| @@ -126,6 +116,16 @@
|
| #include "XPathResult.h"
|
| #include "XSLTProcessor.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| +#include "core/css/CSSParser.h"
|
| +#include "core/css/CSSStyleDeclaration.h"
|
| +#include "core/css/CSSStyleSheet.h"
|
| +#include "core/css/FontLoader.h"
|
| +#include "core/css/MediaQueryList.h"
|
| +#include "core/css/MediaQueryMatcher.h"
|
| +#include "core/css/StylePropertySet.h"
|
| +#include "core/css/StyleResolver.h"
|
| +#include "core/css/StyleSheetContents.h"
|
| +#include "core/css/StyleSheetList.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/editing/htmlediting.h"
|
|
|