os: move xserver_poll.h into os/ directory
This header isn't public and holds defines for code in os/ directory, so no need to keep it in the global header dir - it's probably better off in os/ directory - just like we already have with many others. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1389>
This commit is contained in:
parent
245f77cfdb
commit
487eb46826
|
@ -26,7 +26,8 @@
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <xserver_poll.h>
|
#include "os/xserver_poll.h"
|
||||||
|
|
||||||
#include <xf86drm.h>
|
#include <xf86drm.h>
|
||||||
|
|
||||||
#include "driver.h"
|
#include "driver.h"
|
||||||
|
|
|
@ -59,7 +59,8 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <X11/X.h>
|
#include <X11/X.h>
|
||||||
|
|
||||||
#include <xserver_poll.h>
|
#include "os/xserver_poll.h"
|
||||||
|
|
||||||
#include "xf86.h"
|
#include "xf86.h"
|
||||||
#include "xf86Priv.h"
|
#include "xf86Priv.h"
|
||||||
#include "xf86_OSlib.h"
|
#include "xf86_OSlib.h"
|
||||||
|
|
|
@ -61,8 +61,8 @@
|
||||||
#include <X11/X.h>
|
#include <X11/X.h>
|
||||||
|
|
||||||
#include "os/osdep.h"
|
#include "os/osdep.h"
|
||||||
|
#include "os/xserver_poll.h"
|
||||||
|
|
||||||
#include <xserver_poll.h>
|
|
||||||
#include "xf86.h"
|
#include "xf86.h"
|
||||||
#include "xf86Priv.h"
|
#include "xf86Priv.h"
|
||||||
#include "xf86_os_support.h"
|
#include "xf86_os_support.h"
|
||||||
|
|
|
@ -29,7 +29,8 @@
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <xserver_poll.h>
|
|
||||||
|
#include "os/xserver_poll.h"
|
||||||
|
|
||||||
#include "xf86.h"
|
#include "xf86.h"
|
||||||
#include "xf86Priv.h"
|
#include "xf86Priv.h"
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
|
|
||||||
#include "os/osdep.h"
|
#include "os/osdep.h"
|
||||||
|
#include "os/xserver_poll.h"
|
||||||
|
|
||||||
#include <micmap.h>
|
#include <micmap.h>
|
||||||
#include <misyncshm.h>
|
#include <misyncshm.h>
|
||||||
|
@ -46,7 +47,6 @@
|
||||||
#include <propertyst.h>
|
#include <propertyst.h>
|
||||||
#include <inputstr.h>
|
#include <inputstr.h>
|
||||||
#include <xacestr.h>
|
#include <xacestr.h>
|
||||||
#include <xserver_poll.h>
|
|
||||||
|
|
||||||
#include "xwayland-cursor.h"
|
#include "xwayland-cursor.h"
|
||||||
#include "xwayland-screen.h"
|
#include "xwayland-screen.h"
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
#include "os/cmdline.h"
|
#include "os/cmdline.h"
|
||||||
#include "os/ddx_priv.h"
|
#include "os/ddx_priv.h"
|
||||||
#include "os/osdep.h"
|
#include "os/osdep.h"
|
||||||
|
#include "os/xserver_poll.h"
|
||||||
|
|
||||||
#include <selection.h>
|
#include <selection.h>
|
||||||
#include <micmap.h>
|
#include <micmap.h>
|
||||||
|
@ -48,7 +49,6 @@
|
||||||
#include <glx_extinit.h>
|
#include <glx_extinit.h>
|
||||||
#include <opaque.h>
|
#include <opaque.h>
|
||||||
#include <os.h>
|
#include <os.h>
|
||||||
#include <xserver_poll.h>
|
|
||||||
#include <propertyst.h>
|
#include <propertyst.h>
|
||||||
#include <version-config.h>
|
#include <version-config.h>
|
||||||
|
|
||||||
|
|
|
@ -24,10 +24,13 @@
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <X11/X.h>
|
|
||||||
#include <X11/Xproto.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <X11/X.h>
|
||||||
|
#include <X11/Xproto.h>
|
||||||
|
|
||||||
|
#include "os/xserver_poll.h"
|
||||||
|
|
||||||
#include "misc.h" /* for typedef of pointer */
|
#include "misc.h" /* for typedef of pointer */
|
||||||
#include "ospoll.h"
|
#include "ospoll.h"
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
|
|
|
@ -82,12 +82,13 @@
|
||||||
#include <sys/time.h> /* time definitions */
|
#include <sys/time.h> /* time definitions */
|
||||||
#include <assert.h> /* assertion macros */
|
#include <assert.h> /* assertion macros */
|
||||||
#include <string.h> /* string functions */
|
#include <string.h> /* string functions */
|
||||||
#include "xserver_poll.h"
|
|
||||||
|
|
||||||
#if defined(WIN32) && !defined(__CYGWIN__)
|
#if defined(WIN32) && !defined(__CYGWIN__)
|
||||||
#include <X11/Xwinsock.h>
|
#include <X11/Xwinsock.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "os/xserver_poll.h"
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
Macros
|
Macros
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in New Issue