Move WindowServer API types header into WindowServer/.

This commit is contained in:
Andreas Kling 2019-02-15 09:14:21 +01:00
commit a54cd84c59
Notes: sideshowbarker 2024-07-19 15:42:41 +09:00
6 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
#include <WindowServer/WSClientConnection.h>
#include "PS2MouseDevice.h"
#include <Kernel/Keyboard.h>
#include <Kernel/GUITypes.h>
#include <WindowServer/WSAPITypes.h>
#include <AK/Bitmap.h>
#include "Process.h"