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

@ -12,6 +12,8 @@
#include <wlr/types/wlr_gamma_control_v1.h>
#include <wlr/types/wlr_matrix.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_output_management_v1.h>
#include <wlr/types/wlr_output_power_management_v1.h>
#include <wlr/types/wlr_output.h>
#include <wlr/types/wlr_presentation_time.h>
#include <wlr/types/wlr_compositor.h>