Index: Source/core/rendering/RenderListBox.cpp |
diff --git a/Source/core/rendering/RenderListBox.cpp b/Source/core/rendering/RenderListBox.cpp |
index 9bbac7e4fd4f6bd4599b76dbfb2da5e95c1fb7c3..6761004e02c2345cb58bd373a350748e1ea4cfa2 100644 |
--- a/Source/core/rendering/RenderListBox.cpp |
+++ b/Source/core/rendering/RenderListBox.cpp |
@@ -49,14 +49,12 @@ |
#include "core/page/SpatialNavigation.h" |
#include "core/rendering/HitTestResult.h" |
#include "core/rendering/PaintInfo.h" |
-#include "core/rendering/RenderScrollbar.h" |
#include "core/rendering/RenderText.h" |
#include "core/rendering/RenderTheme.h" |
#include "core/rendering/RenderView.h" |
#include "core/rendering/TextRunConstructor.h" |
#include "platform/fonts/FontCache.h" |
#include "platform/graphics/GraphicsContext.h" |
-#include "platform/scroll/Scrollbar.h" |
#include "platform/text/BidiTextRun.h" |
#include <math.h> |