Index: Source/core/html/HTMLFormControlElement.cpp |
diff --git a/Source/core/html/HTMLFormControlElement.cpp b/Source/core/html/HTMLFormControlElement.cpp |
index 479817a0221060e8054dfdf932a29301c62a9d1c..6f529fe8b2169b90834b7be068035f6fdacd5702 100644 |
--- a/Source/core/html/HTMLFormControlElement.cpp |
+++ b/Source/core/html/HTMLFormControlElement.cpp |
@@ -35,10 +35,10 @@ |
#include "core/html/HTMLLegendElement.h" |
#include "core/html/ValidityState.h" |
#include "core/inspector/ConsoleMessage.h" |
+#include "core/layout/LayoutBox.h" |
#include "core/layout/LayoutTheme.h" |
#include "core/page/Page.h" |
#include "core/page/ValidationMessageClient.h" |
-#include "core/rendering/RenderBox.h" |
#include "platform/text/BidiTextRun.h" |
#include "wtf/Vector.h" |