remove useless #include

This commit is contained in:
Julien Danjou 2008-01-03 14:38:12 +01:00
parent 757fcc76ba
commit 53a36375fa
1 changed files with 0 additions and 3 deletions

View File

@ -22,15 +22,12 @@
#include <stdio.h>
#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;