diff options
Diffstat (limited to 'Libraries/LibWeb/Layout/LayoutBreak.h')
-rw-r--r-- | Libraries/LibWeb/Layout/LayoutBreak.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/Layout/LayoutBreak.h b/Libraries/LibWeb/Layout/LayoutBreak.h index 6f6b930367..1d52acaf4c 100644 --- a/Libraries/LibWeb/Layout/LayoutBreak.h +++ b/Libraries/LibWeb/Layout/LayoutBreak.h @@ -26,7 +26,7 @@ #pragma once -#include <LibWeb/DOM/HTMLBRElement.h> +#include <LibWeb/HTML/HTMLBRElement.h> #include <LibWeb/Layout/LayoutNode.h> namespace Web { |