mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
Add missing includes & remove duplicates
This commit is contained in:
parent
cdbbb18e99
commit
1f7eced139
8 changed files with 9 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue