Commit 933a6e0c authored by talonchen's avatar talonchen Committed by Commit bot

Remove unnecessary includes from LayoutBlockFlowLine.cpp

BUG=none
R=chrishtr@chromium.org, wangxianzhu@chromium.org

Review-Url: https://codereview.chromium.org/2449183006
Cr-Commit-Position: refs/heads/master@{#430220}
parent 474ffeb1
...@@ -775,6 +775,7 @@ Kyle Plumadore <kyle.plumadore@amd.com> ...@@ -775,6 +775,7 @@ Kyle Plumadore <kyle.plumadore@amd.com>
Sunchang Li <johnstonli@tencent.com> Sunchang Li <johnstonli@tencent.com>
Yeol Park <peary2@gmail.com> Yeol Park <peary2@gmail.com>
Debug Wang <debugwang@tencent.com> Debug Wang <debugwang@tencent.com>
Zeqin Chen <talonchen@tencent.com>
BlackBerry Limited <*@blackberry.com> BlackBerry Limited <*@blackberry.com>
Code Aurora Forum <*@codeaurora.org> Code Aurora Forum <*@codeaurora.org>
......
...@@ -39,14 +39,10 @@ ...@@ -39,14 +39,10 @@
#include "core/layout/svg/line/SVGRootInlineBox.h" #include "core/layout/svg/line/SVGRootInlineBox.h"
#include "platform/text/BidiResolver.h" #include "platform/text/BidiResolver.h"
#include "platform/text/Character.h" #include "platform/text/Character.h"
#include "wtf/StdLibExtras.h"
#include "wtf/Vector.h" #include "wtf/Vector.h"
#include "wtf/text/CharacterNames.h"
namespace blink { namespace blink {
using namespace WTF::Unicode;
class ExpansionOpportunities { class ExpansionOpportunities {
public: public:
ExpansionOpportunities() : m_totalOpportunities(0) {} ExpansionOpportunities() : m_totalOpportunities(0) {}
......
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