diff options
Diffstat (limited to 'Userland/Services/WindowServer/ScreenLayout.ipp')
-rw-r--r-- | Userland/Services/WindowServer/ScreenLayout.ipp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/WindowServer/ScreenLayout.ipp b/Userland/Services/WindowServer/ScreenLayout.ipp index d7359eca8a..65d950d3c2 100644 --- a/Userland/Services/WindowServer/ScreenLayout.ipp +++ b/Userland/Services/WindowServer/ScreenLayout.ipp @@ -5,7 +5,7 @@ */ #include <AK/ScopeGuard.h> -#include <Kernel/API/FB.h> +#include <Kernel/API/Graphics.h> #include <Services/WindowServer/ScreenLayout.h> #include <errno.h> #include <fcntl.h> |