1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:27:45 +00:00

Move WindowServer API types header into WindowServer/.

This commit is contained in:
Andreas Kling 2019-02-15 09:14:21 +01:00
parent 0d23cd73e6
commit a54cd84c59
6 changed files with 5 additions and 5 deletions

View file

@ -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;