diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-03-04 14:40:36 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-03-04 14:40:36 +0100 |
commit | 0249b2cb0b0da272a78b4967b9c9f6f02d73cad5 (patch) | |
tree | 6b2c8d325b8c18dda73f7bb6e028d64cd49730c6 /src/wlt_main.c | |
parent | f14fde004f67171eaaa20081f475d49089a9ace3 (diff) |
shl: move log.[ch] to shl_log.[ch]
We want to avoid any static files that are shared between multiple
programs but are not part of SHL. These make the build-process just more
complex.
Move log.[ch] to SHL so we have a known context.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'src/wlt_main.c')
-rw-r--r-- | src/wlt_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wlt_main.c b/src/wlt_main.c index 2c8d509..f3caa58 100644 --- a/src/wlt_main.c +++ b/src/wlt_main.c @@ -38,8 +38,8 @@ #include "conf.h" #include "eloop.h" #include "font.h" -#include "log.h" #include "shl_dlist.h" +#include "shl_log.h" #include "shl_misc.h" #include "wlt_main.h" #include "wlt_terminal.h" |