Remove unneeded includes from wlr_input_device.h

This uncovered many places where we were using things without directly
including them.
This commit is contained in:
Isaac Freund 2020-11-11 14:16:41 +01:00 committed by Simon Ser
parent 0724b3c453
commit e06c9e43af
14 changed files with 22 additions and 8 deletions

View file

@ -10,6 +10,7 @@
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_output.h>
#include <wlr/types/wlr_input_device.h>
#include <wlr/types/wlr_keyboard.h>
#include <wlr/util/log.h>
#include <xkbcommon/xkbcommon.h>