summaryrefslogtreecommitdiff
path: root/WindowServer/WSMessageLoop.cpp
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-17 01:43:01 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-17 01:43:01 +0100
commit82768e7ac5a50618d3334118160a63bb61d4db83 (patch)
tree71a187dda07bae64e439a6e55a79e7234f83ea83 /WindowServer/WSMessageLoop.cpp
parent809266a9fb5d159c6d9538f2298ee9f6c6eee3ec (diff)
downloadserenity-82768e7ac5a50618d3334118160a63bb61d4db83.zip
WindowServer: Move video mode setup to WSScreen.
Diffstat (limited to 'WindowServer/WSMessageLoop.cpp')
-rw-r--r--WindowServer/WSMessageLoop.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/WindowServer/WSMessageLoop.cpp b/WindowServer/WSMessageLoop.cpp
index b49dde17b5..df0ed7bf3f 100644
--- a/WindowServer/WSMessageLoop.cpp
+++ b/WindowServer/WSMessageLoop.cpp
@@ -1,18 +1,18 @@
-#include "WSMessageLoop.h"
-#include "WSMessage.h"
-#include "WSMessageReceiver.h"
-#include "WSWindowManager.h"
-#include "WSScreen.h"
+#include <WindowServer/WSMessageLoop.h>
+#include <WindowServer/WSMessage.h>
+#include <WindowServer/WSMessageReceiver.h>
+#include <WindowServer/WSWindowManager.h>
+#include <WindowServer/WSScreen.h>
#include <WindowServer/WSClientConnection.h>
-#include <Kernel/KeyCode.h>
#include <WindowServer/WSAPITypes.h>
-#include <unistd.h>
-#include <time.h>
-#include <sys/socket.h>
-#include <sys/select.h>
-#include <fcntl.h>
-#include <stdio.h>
-#include <errno.h>
+#include <Kernel/KeyCode.h>
+#include <LibC/sys/socket.h>
+#include <LibC/sys/select.h>
+#include <LibC/unistd.h>
+#include <LibC/time.h>
+#include <LibC/fcntl.h>
+#include <LibC/stdio.h>
+#include <LibC/errno.h>
//#define WSEVENTLOOP_DEBUG