mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
include: move busfault.h out of public include dir
this header is isn't public, so it's more appropriate, where the actual code is, which is the os/ directory. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1337>
This commit is contained in:
committed by
Marge Bot
parent
84407af615
commit
dae76bbaaf
@@ -43,6 +43,9 @@ in this Software without prior written authorization from The Open Group.
|
||||
#include <fcntl.h>
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xproto.h>
|
||||
|
||||
#include "os/busfault.h"
|
||||
|
||||
#include "misc.h"
|
||||
#include "os.h"
|
||||
#include "dixstruct.h"
|
||||
@@ -59,7 +62,6 @@ in this Software without prior written authorization from The Open Group.
|
||||
#include <X11/Xfuncproto.h>
|
||||
#include <sys/mman.h>
|
||||
#include "protocol-versions.h"
|
||||
#include "busfault.h"
|
||||
|
||||
/* Needed for Solaris cross-zone shared memory extension */
|
||||
#ifdef HAVE_SHMCTL64
|
||||
|
||||
Reference in New Issue
Block a user