src: remove unused #includes (via include-what-you-use)

This commit is contained in:
John Lindgren 2025-09-02 23:19:38 -04:00
parent 94ad36191a
commit 10953ae1a5
52 changed files with 5 additions and 114 deletions

View file

@ -4,8 +4,6 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wlr/util/log.h>
#include "common/set.h"
static struct lab_set pressed, bound, pressed_sent;