From fa526bc60f53a1250511e7c5d8ead5110347a4bb Mon Sep 17 00:00:00 2001 From: Raheman Vaiya Date: Wed, 30 Mar 2022 14:54:47 -0400 Subject: [PATCH] compilation: remove extraneous headers from descriptor.c (#169) --- src/descriptor.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/descriptor.c b/src/descriptor.c index 5d80e99..1b19fc5 100644 --- a/src/descriptor.c +++ b/src/descriptor.c @@ -8,12 +8,7 @@ #include #include -#include "descriptor.h" -#include "layer.h" #include "keyd.h" -#include "keys.h" -#include "error.h" -#include "config.h" #include "unicode.h" #include "ini.h"