LibWeb: Move Frame.{cpp,h} into a new Frame/ directory

This commit is contained in:
Andreas Kling 2020-06-07 10:06:22 +02:00
commit 896db187e5
Notes: sideshowbarker 2024-07-19 05:47:26 +09:00
17 changed files with 18 additions and 17 deletions

View file

@ -30,7 +30,7 @@
#include <LibGfx/Font.h>
#include <LibGfx/StylePainter.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/Frame.h>
#include <LibWeb/Frame/Frame.h>
#include <LibWeb/Layout/LayoutDocument.h>
#include <LibWeb/Layout/LayoutFrame.h>
#include <LibWeb/PageView.h>