Remove useless include
This commit is contained in:
parent
7c79f94341
commit
83cecd067c
|
@ -22,7 +22,6 @@
|
|||
#include "screen.h"
|
||||
#include "tag.h"
|
||||
#include "client.h"
|
||||
#include "titlebar.h"
|
||||
#include "layouts/fibonacci.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include "tag.h"
|
||||
#include "screen.h"
|
||||
#include "client.h"
|
||||
#include "titlebar.h"
|
||||
#include "layouts/max.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include "tag.h"
|
||||
#include "layout.h"
|
||||
#include "client.h"
|
||||
#include "titlebar.h"
|
||||
#include "layouts/tile.h"
|
||||
#include "common/util.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue