timer: move into objects
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
6d012144d5
commit
86127a9f49
|
@ -65,7 +65,7 @@ set(AWE_SRCS
|
|||
${SOURCE_DIR}/draw.c
|
||||
${SOURCE_DIR}/font.c
|
||||
${SOURCE_DIR}/color.c
|
||||
${SOURCE_DIR}/timer.c
|
||||
${SOURCE_DIR}/objects/timer.c
|
||||
${SOURCE_DIR}/common/buffer.c
|
||||
${SOURCE_DIR}/common/atoms.c
|
||||
${SOURCE_DIR}/common/util.c
|
||||
|
|
2
luaa.c
2
luaa.c
|
@ -31,7 +31,7 @@
|
|||
|
||||
#include "awesome.h"
|
||||
#include "config.h"
|
||||
#include "timer.h"
|
||||
#include "objects/timer.h"
|
||||
#include "awesome-version-internal.h"
|
||||
#include "ewmh.h"
|
||||
#include "luaa.h"
|
||||
|
|
Loading…
Reference in New Issue