mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
move systemd-logind.h to hw/xfree86/os-support/linux
systemd is linux specific and the actual implementation is under the os-support layer of xfree86 ddx. Thus no need to keep it in global include directory, putting it onto the linux specific os-support instead. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
#include "os.h"
|
||||
#include "inputstr.h"
|
||||
#include "config-backends.h"
|
||||
#include "systemd-logind.h"
|
||||
|
||||
#include "../hw/xfree86/os-support/linux/systemd-logind.h"
|
||||
|
||||
void
|
||||
config_pre_init(void)
|
||||
|
||||
@@ -37,7 +37,8 @@
|
||||
#include "config-backends.h"
|
||||
#include "os.h"
|
||||
#include "globals.h"
|
||||
#include "systemd-logind.h"
|
||||
|
||||
#include "../hw/xfree86/os-support/linux/systemd-logind.h"
|
||||
|
||||
#ifdef HAVE_SYS_SYSMACROS_H
|
||||
#include <sys/sysmacros.h>
|
||||
|
||||
Reference in New Issue
Block a user