From cee642d409ddcc55af5dd6348350ef856ab69e8b Mon Sep 17 00:00:00 2001 From: Scoopta Date: Tue, 28 Jan 2020 13:56:43 -0800 Subject: [PATCH] Moved the gdesktopappinfo.h include to drun --- inc/wofi.h | 1 - modes/drun.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/wofi.h b/inc/wofi.h index ce6c043..7b9cffa 100644 --- a/inc/wofi.h +++ b/inc/wofi.h @@ -36,7 +36,6 @@ #include #include #include -#include #include diff --git a/modes/drun.c b/modes/drun.c index 277e62a..402bd67 100644 --- a/modes/drun.c +++ b/modes/drun.c @@ -17,6 +17,8 @@ #include +#include + static struct mode* mode; struct node {