Remove unguarded double include

(cherry picked from commit 266cd4515a)
This commit is contained in:
Scott Dubinsky 2024-09-20 18:12:08 +03:00 committed by Simon Ser
parent 4cca004583
commit b4d550bff8

View file

@ -4,7 +4,6 @@
#include <math.h>
#include <assert.h>
#include <wlr/config.h>
#include <wlr/backend/libinput.h>
#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_keyboard_group.h>
#include <wlr/types/wlr_virtual_keyboard_v1.h>