diff options
author | Andreas Kling <kling@serenityos.org> | 2020-07-28 19:27:41 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-28 19:28:29 +0200 |
commit | ef711f501e786852642ad8f99af3a42912f9bc95 (patch) | |
tree | a39c28694936fcadc61509e3fccae459940aa307 /Services/WebContent/PageHost.h | |
parent | 481e838054f8c44cf53b783cff07c4b1b8ca4216 (diff) | |
download | serenity-ef711f501e786852642ad8f99af3a42912f9bc95.zip |
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Diffstat (limited to 'Services/WebContent/PageHost.h')
-rw-r--r-- | Services/WebContent/PageHost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/WebContent/PageHost.h b/Services/WebContent/PageHost.h index 315f3b940d..fc48da1359 100644 --- a/Services/WebContent/PageHost.h +++ b/Services/WebContent/PageHost.h @@ -26,7 +26,7 @@ #pragma once -#include <LibWeb/Page.h> +#include <LibWeb/Page/Page.h> namespace WebContent { |