uterm: move uterm_systemd.h to uterm_systemd_internal.h

Same as uterm_input.h, we want internal headers to have the *_internal
suffix.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2013-01-07 13:24:50 +01:00
parent 0c008631d7
commit 790254766e
4 changed files with 3 additions and 3 deletions

View File

@ -230,7 +230,7 @@ libuterm_la_SOURCES = \
src/uterm_input_internal.h \
src/uterm_video_internal.h \
src/uterm_pci.h \
src/uterm_systemd.h \
src/uterm_systemd_internal.h \
src/uterm_video.c \
src/uterm_monitor.c \
src/uterm_vt.c \

View File

@ -44,7 +44,7 @@
#include "shl_dlist.h"
#include "uterm.h"
#include "uterm_pci.h"
#include "uterm_systemd.h"
#include "uterm_systemd_internal.h"
#include "uterm_video_internal.h"
#define LOG_SUBSYSTEM "monitor"

View File

@ -38,7 +38,7 @@
#include <systemd/sd-login.h>
#include "log.h"
#include "uterm.h"
#include "uterm_systemd.h"
#include "uterm_systemd_internal.h"
#define LOG_SUBSYSTEM "systemd"