include/: refactor header files more

This commit is contained in:
Johan Malm 2020-08-03 20:56:38 +01:00
parent 53266a0d5a
commit 4d1363dcae
32 changed files with 130 additions and 78 deletions

View file

@ -6,7 +6,7 @@
#include <stdbool.h>
#include <glib.h>
#include "theme.h"
#include "theme/theme.h"
#include "theme/theme-dir.h"
static int hex_to_dec(char c)