uterm: move uterm_video.h to uterm_video_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:
parent
9ad1438d55
commit
0c008631d7
@ -228,7 +228,7 @@ libuterm_la_SOURCES = \
|
||||
$(SHL_MISC) \
|
||||
src/uterm.h \
|
||||
src/uterm_input_internal.h \
|
||||
src/uterm_video.h \
|
||||
src/uterm_video_internal.h \
|
||||
src/uterm_pci.h \
|
||||
src/uterm_systemd.h \
|
||||
src/uterm_video.c \
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include "uterm.h"
|
||||
#include "uterm_pci.h"
|
||||
#include "uterm_systemd.h"
|
||||
#include "uterm_video.h"
|
||||
#include "uterm_video_internal.h"
|
||||
|
||||
#define LOG_SUBSYSTEM "monitor"
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include "log.h"
|
||||
#include "shl_hook.h"
|
||||
#include "uterm.h"
|
||||
#include "uterm_video.h"
|
||||
#include "uterm_video_internal.h"
|
||||
|
||||
#define LOG_SUBSYSTEM "video"
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include "eloop.h"
|
||||
#include "log.h"
|
||||
#include "uterm.h"
|
||||
#include "uterm_video.h"
|
||||
#include "uterm_video_internal.h"
|
||||
|
||||
#define LOG_SUBSYSTEM "video_drm"
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include "eloop.h"
|
||||
#include "log.h"
|
||||
#include "uterm.h"
|
||||
#include "uterm_video.h"
|
||||
#include "uterm_video_internal.h"
|
||||
|
||||
#define LOG_SUBSYSTEM "video_dumb"
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <unistd.h>
|
||||
#include "log.h"
|
||||
#include "uterm.h"
|
||||
#include "uterm_video.h"
|
||||
#include "uterm_video_internal.h"
|
||||
|
||||
#define LOG_SUBSYSTEM "video_fbdev"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user