tag: move into objects

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-09-14 20:20:27 +02:00
parent 86127a9f49
commit 104e28778b
7 changed files with 8 additions and 7 deletions

View file

@ -57,7 +57,7 @@ set(AWE_SRCS
${SOURCE_DIR}/selection.c
${SOURCE_DIR}/wibox.c
${SOURCE_DIR}/systray.c
${SOURCE_DIR}/tag.c
${SOURCE_DIR}/objects/tag.c
${SOURCE_DIR}/titlebar.c
${SOURCE_DIR}/widget.c
${SOURCE_DIR}/window.c

View file

@ -20,7 +20,8 @@
*/
#include "banning.h"
#include "client.h"
#include "objects/tag.h"
#include "window.h"
#include "titlebar.h"
#include "screen.h"

View file

@ -22,7 +22,7 @@
#include <xcb/xcb_atom.h>
#include <xcb/xcb_image.h>
#include "tag.h"
#include "objects/tag.h"
#include "ewmh.h"
#include "screen.h"
#include "titlebar.h"

View file

@ -27,7 +27,7 @@
#include "awesome.h"
#include "event.h"
#include "tag.h"
#include "objects/tag.h"
#include "window.h"
#include "ewmh.h"
#include "client.h"

2
ewmh.c
View file

@ -26,7 +26,7 @@
#include <xcb/xcb_atom.h>
#include "ewmh.h"
#include "tag.h"
#include "objects/tag.h"
#include "screen.h"
#include "client.h"
#include "widget.h"

2
luaa.c
View file

@ -36,7 +36,7 @@
#include "ewmh.h"
#include "luaa.h"
#include "spawn.h"
#include "tag.h"
#include "objects/tag.h"
#include "client.h"
#include "screen.h"
#include "event.h"

View file

@ -26,7 +26,7 @@
#include "screen.h"
#include "ewmh.h"
#include "tag.h"
#include "objects/tag.h"
#include "client.h"
#include "widget.h"
#include "wibox.h"