summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/ScreenLayout.ipp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/WindowServer/ScreenLayout.ipp')
-rw-r--r--Userland/Services/WindowServer/ScreenLayout.ipp2
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>