Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1538)

Unified Diff: Source/core/page/PageSerializer.cpp

Issue 16282004: Remove unused includes from various .cpp files in core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: re-add HTMLFormElement to EmptyClients for windows Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/page/PageGroupLoadDeferrer.cpp ('k') | Source/core/page/Performance.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PageSerializer.cpp
diff --git a/Source/core/page/PageSerializer.cpp b/Source/core/page/PageSerializer.cpp
index 1a6f5eb2c71c614813a56f853841c6f0a6fbceb7..cedd08f1540c316158c6ee813c5afaa78675109d 100644
--- a/Source/core/page/PageSerializer.cpp
+++ b/Source/core/page/PageSerializer.cpp
@@ -43,7 +43,6 @@
#include "core/dom/Text.h"
#include "core/editing/MarkupAccumulator.h"
#include "core/html/HTMLFrameOwnerElement.h"
-#include "core/html/HTMLHeadElement.h"
#include "core/html/HTMLImageElement.h"
#include "core/html/HTMLLinkElement.h"
#include "core/html/HTMLStyleElement.h"
@@ -51,10 +50,8 @@
#include "core/loader/cache/CachedImage.h"
#include "core/page/Frame.h"
#include "core/page/Page.h"
-#include "core/platform/MIMETypeRegistry.h"
#include "core/platform/SerializedResource.h"
#include "core/platform/graphics/Image.h"
-#include "core/platform/network/HTTPParsers.h"
#include "core/rendering/style/StyleCachedImage.h"
#include "core/rendering/style/StyleImage.h"
#include "wtf/text/CString.h"
« no previous file with comments | « Source/core/page/PageGroupLoadDeferrer.cpp ('k') | Source/core/page/Performance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698