diff options
author | Kenny Levinsen <kl@kl.wtf> | 2020-08-05 23:20:50 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2020-08-05 23:20:50 +0200 |
commit | 563a9326598886e03cde94d92f979e68bdad9760 (patch) | |
tree | d378e53fc76d8a00dad20117dba1dc59ad104d09 /libseat | |
parent | 86efc98a5eab40631f6f02e6cdcfdd871ec08e9a (diff) | |
download | seatd-563a9326598886e03cde94d92f979e68bdad9760.tar.xz |
Remove pointless compiler.h
Diffstat (limited to 'libseat')
-rw-r--r-- | libseat/libseat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libseat/libseat.c b/libseat/libseat.c index 00168c0..175f284 100644 --- a/libseat/libseat.c +++ b/libseat/libseat.c @@ -7,7 +7,6 @@ #include <string.h> #include "backend.h" -#include "compiler.h" #include "libseat.h" #include "log.h" |