summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout/LineBoxFragment.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/Layout/LineBoxFragment.h')
-rw-r--r--Libraries/LibWeb/Layout/LineBoxFragment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/Layout/LineBoxFragment.h b/Libraries/LibWeb/Layout/LineBoxFragment.h
index c7ce9a1903..f2c71b4ff9 100644
--- a/Libraries/LibWeb/Layout/LineBoxFragment.h
+++ b/Libraries/LibWeb/Layout/LineBoxFragment.h
@@ -27,8 +27,8 @@
#pragma once
#include <AK/Weakable.h>
-#include <LibGfx/Rect.h>
#include <LibGfx/Forward.h>
+#include <LibGfx/Rect.h>
#include <LibWeb/Forward.h>
namespace Web {