Commit b1cd3dcf authored by bw80.lee@samsung.com's avatar bw80.lee@samsung.com

Remove redundant forward declaration and header inclusions.

Remove forward declaration from HTMLStyleElement.h - StyleSheet
Remove header inclusions from HTMLStyleElement.cpp - ContextFeatures.h, StyleEngine.h, StyleSheetContents.h

NOTRY=true

Review URL: https://codereview.chromium.org/405563002

git-svn-id: svn://svn.chromium.org/blink/trunk@178552 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 8c4bb6cc
......@@ -26,12 +26,9 @@
#include "core/HTMLNames.h"
#include "core/css/MediaList.h"
#include "core/css/StyleSheetContents.h"
#include "core/dom/ContextFeatures.h"
#include "core/dom/Document.h"
#include "core/events/Event.h"
#include "core/events/EventSender.h"
#include "core/dom/StyleEngine.h"
#include "core/dom/shadow/ShadowRoot.h"
namespace blink {
......
......@@ -29,7 +29,6 @@
namespace blink {
class HTMLStyleElement;
class StyleSheet;
template<typename T> class EventSender;
typedef EventSender<HTMLStyleElement> StyleEventSender;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment