summaryrefslogtreecommitdiff
path: root/LibGUI/GEventLoop.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-15 09:14:21 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-15 09:14:21 +0100
commita54cd84c5935437412d3986f7a02a4271ae1ae65 (patch)
tree6b4260d42fcc8b9a0dc5e9b3c8d2aea2e8ba7bb4 /LibGUI/GEventLoop.h
parent0d23cd73e6895521aa8778a579da3db99769ce55 (diff)
downloadserenity-a54cd84c5935437412d3986f7a02a4271ae1ae65.zip
Move WindowServer API types header into WindowServer/.
Diffstat (limited to 'LibGUI/GEventLoop.h')
-rw-r--r--LibGUI/GEventLoop.h2
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;