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/kmscon_conf.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/kmscon_conf.c')
-rw-r--r-- | src/kmscon_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmscon_conf.c b/src/kmscon_conf.c index e3bd225..8edd5ee 100644 --- a/src/kmscon_conf.c +++ b/src/kmscon_conf.c @@ -34,7 +34,7 @@ #include <xkbcommon/xkbcommon-keysyms.h> #include "conf.h" #include "kmscon_conf.h" -#include "log.h" +#include "shl_log.h" #include "shl_misc.h" #include "uterm_video.h" |