Index: Source/core/html/shadow/MediaControls.h |
diff --git a/Source/core/html/shadow/MediaControls.h b/Source/core/html/shadow/MediaControls.h |
index b83157faed10b7b8077b9c541b482377ea87715d..cb655163c75345edf6af375738b77b9b30f2ed06 100644 |
--- a/Source/core/html/shadow/MediaControls.h |
+++ b/Source/core/html/shadow/MediaControls.h |
@@ -27,18 +27,11 @@ |
#ifndef MediaControls_h |
#define MediaControls_h |
-#include "HTMLNames.h" |
#include "core/dom/MouseEvent.h" |
-#include "core/dom/Text.h" |
#include "core/html/HTMLDivElement.h" |
-#include "core/html/HTMLMediaElement.h" |
#include "core/html/shadow/MediaControlElements.h" |
-#include "core/page/Chrome.h" |
#include "core/page/Page.h" |
#include "core/rendering/RenderTheme.h" |
-#include <wtf/RefPtr.h> |
- |
-#include "core/html/track/TextTrackCue.h" |
namespace WebCore { |