remove useless #include
This commit is contained in:
parent
757fcc76ba
commit
53a36375fa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue