include: move dbus-core.h to config

This header is internal (not installed) and holds definitions for sources
in config/, thus it fells more clean moving it to config/, too.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1357>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-04 20:02:18 +01:00 committed by Marge Bot
parent 140b75298a
commit 8982344e53
5 changed files with 7 additions and 4 deletions

View File

@ -32,7 +32,8 @@
#include "dix.h"
#include "os.h"
#include "dbus-core.h"
#include "config/dbus-core.h"
/* How often to attempt reconnecting when we get booted off the bus. */
#define RECONNECT_DELAY (10 * 1000) /* in ms */

View File

@ -33,7 +33,8 @@
#include <string.h>
#include <sys/select.h>
#include "dbus-core.h"
#include "config/dbus-core.h"
#include "input.h"
#include "inputstr.h"
#include "hotplug.h"

View File

@ -49,6 +49,7 @@
#include <X11/Xproto.h>
#include <X11/Xatom.h>
#include "config/dbus-core.h"
#include "dix/screenint_priv.h"
#include "os/cmdline.h"
#include "os/osdep.h"
@ -58,7 +59,6 @@
#include "windowstr.h"
#include "scrnintstr.h"
#include "mi.h"
#include "dbus-core.h"
#include "systemd-logind.h"
#include "loaderProcs.h"

View File

@ -32,8 +32,9 @@
#include <sys/types.h>
#include <unistd.h>
#include "config/dbus-core.h"
#include "os.h"
#include "dbus-core.h"
#include "linux.h"
#include "xf86.h"
#include "xf86platformBus.h"