LibWeb: Move AgentType enum to its own header

This commit is contained in:
Andrew Kaster 2025-05-18 16:22:11 -06:00 committed by Andrew Kaster
commit 978a3b7321
Notes: github-actions[bot] 2025-05-18 23:51:11 +00:00
3 changed files with 23 additions and 9 deletions

View file

@ -20,7 +20,7 @@
#include <LibGfx/Size.h>
#include <LibIPC/Forward.h>
#include <LibURL/URL.h>
#include <LibWeb/Bindings/MainThreadVM.h>
#include <LibWeb/Bindings/AgentType.h>
#include <LibWeb/CSS/PreferredColorScheme.h>
#include <LibWeb/CSS/PreferredContrast.h>
#include <LibWeb/CSS/PreferredMotion.h>