diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-01-19 23:22:46 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-01-19 23:22:46 +0100 |
commit | 7e5b81fe4807f89868af61ab27b53f003d607167 (patch) | |
tree | 219fa209115c2708d56be06205aff43b01279cf3 /WindowServer/WSEvent.h | |
parent | b75ee4aacbf41539d73f494da5aba468310b71b9 (diff) | |
download | serenity-7e5b81fe4807f89868af61ab27b53f003d607167.zip |
Make a SharedGraphics directory for classes shared between Kernel and LibGUI.
Diffstat (limited to 'WindowServer/WSEvent.h')
-rw-r--r-- | WindowServer/WSEvent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WindowServer/WSEvent.h b/WindowServer/WSEvent.h index 8a3a4ce99d..b8b817daae 100644 --- a/WindowServer/WSEvent.h +++ b/WindowServer/WSEvent.h @@ -1,7 +1,7 @@ #pragma once -#include <Widgets/Point.h> -#include <Widgets/Rect.h> +#include <SharedGraphics/Point.h> +#include <SharedGraphics/Rect.h> #include <AK/AKString.h> #include <AK/Types.h> |