diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-15 09:14:21 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-15 09:14:21 +0100 |
commit | a54cd84c5935437412d3986f7a02a4271ae1ae65 (patch) | |
tree | 6b4260d42fcc8b9a0dc5e9b3c8d2aea2e8ba7bb4 /LibGUI/GEventLoop.h | |
parent | 0d23cd73e6895521aa8778a579da3db99769ce55 (diff) | |
download | serenity-a54cd84c5935437412d3986f7a02a4271ae1ae65.zip |
Move WindowServer API types header into WindowServer/.
Diffstat (limited to 'LibGUI/GEventLoop.h')
-rw-r--r-- | LibGUI/GEventLoop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGUI/GEventLoop.h b/LibGUI/GEventLoop.h index 8ab1f75b45..bc9b5894bb 100644 --- a/LibGUI/GEventLoop.h +++ b/LibGUI/GEventLoop.h @@ -5,7 +5,7 @@ #include <AK/HashMap.h> #include <AK/OwnPtr.h> #include <AK/Vector.h> -#include <Kernel/GUITypes.h> +#include <WindowServer/WSAPITypes.h> class GObject; class GNotifier; |