Drop unnecessary includes from sway/server.h

This commit is contained in:
Simon Ser 2024-02-15 12:01:24 +01:00
parent ca40663d42
commit 541e6e260c
9 changed files with 18 additions and 18 deletions

View file

@ -1,6 +1,7 @@
#define _POSIX_C_SOURCE 200809L
#include <assert.h>
#include <wlr/types/wlr_scene.h>
#include <wlr/types/wlr_session_lock_v1.h>
#include "log.h"
#include "sway/input/cursor.h"
#include "sway/input/keyboard.h"