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:
parent
c29bda1c51
commit
9741f0a256
|
@ -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>
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
/* This stub can be safely removed once we can
|
||||
* split input and GPU parts in hotplug.h et al. */
|
||||
#include <systemd-logind.h>
|
||||
#include "../../xfree86/os-support/linux/systemd-logind.h"
|
||||
|
||||
typedef struct _kdDepths {
|
||||
CARD8 depth;
|
||||
|
|
|
@ -89,7 +89,8 @@
|
|||
#endif
|
||||
|
||||
#include "xf86platformBus.h"
|
||||
#include "systemd-logind.h"
|
||||
|
||||
#include "../os-support/linux/systemd-logind.h"
|
||||
|
||||
extern void (*xf86OSPMClose) (void);
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
#include "servermd.h"
|
||||
#include "windowstr.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "systemd-logind.h"
|
||||
#include "../os-support/linux/systemd-logind.h"
|
||||
#include "xf86VGAarbiter_priv.h"
|
||||
#include "loaderProcs.h"
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
#include "xf86Optrec.h"
|
||||
#include "mipointer.h"
|
||||
#include "loaderProcs.h"
|
||||
#include "systemd-logind.h"
|
||||
#include "../os-support/linux/systemd-logind.h"
|
||||
#include "exevents.h" /* AddInputDevice */
|
||||
#include "exglobals.h"
|
||||
#include "eventstr.h"
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#include "randr/randrstr_priv.h"
|
||||
|
||||
#include "os.h"
|
||||
#include "systemd-logind.h"
|
||||
#include "../os-support/linux/systemd-logind.h"
|
||||
|
||||
#include "loaderProcs.h"
|
||||
#include "xf86.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "xf86platformBus.h"
|
||||
#include "xf86Bus.h"
|
||||
|
||||
#include "systemd-logind.h"
|
||||
#include "../linux/systemd-logind.h"
|
||||
|
||||
static Bool
|
||||
get_drm_info(struct OdevAttributes *attribs, char *path, int delayed_index)
|
||||
|
|
Loading…
Reference in New Issue