config: move structs and enums used by config from terminal.h -> config.h

This commit is contained in:
Daniel Eklöf 2022-02-07 19:35:52 +01:00
parent cbae14f0c5
commit d04bc6ab10
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 13 additions and 11 deletions

View file

@ -2,6 +2,7 @@
#include "fdm.h"
#include "config.h"
#include "reaper.h"
#include "wayland.h"
struct server;