From 53a36375fa431cb196f4578124736efc0738212c Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 3 Jan 2008 14:38:12 +0100 Subject: [PATCH] remove useless #include --- widgets/tasklist.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/widgets/tasklist.c b/widgets/tasklist.c index f178d50f..63491f5d 100644 --- a/widgets/tasklist.c +++ b/widgets/tasklist.c @@ -22,15 +22,12 @@ #include #include "util.h" #include "widget.h" -#include "layout.h" #include "client.h" -#include "tag.h" #include "focus.h" #include "xutil.h" #include "screen.h" #include "event.h" - #define ISVISIBLE_ON_TB(c, screen) (client_isvisible(c, screen) && !c->skiptb) extern AwesomeConf globalconf;