Add missing includes & remove duplicates

This commit is contained in:
Carl Smedstad 2022-11-06 20:31:41 +01:00
parent cdbbb18e99
commit 1f7eced139
No known key found for this signature in database
GPG key ID: 5EED78D7F779E010
8 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,10 @@
#ifndef _SWAYNAG_TYPES_H
#define _SWAYNAG_TYPES_H
#include <stdint.h>
#include <pango/pangocairo.h>
#include "list.h"
struct swaynag_type {
char *name;