include: drop obsolete registry.h

Now that there's no actual consumer of it left, it can be dropped.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1348>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-01 12:44:55 +01:00 committed by Marge Bot
parent 17ad53c803
commit dc84331f5d
11 changed files with 0 additions and 28 deletions

View File

@ -36,7 +36,6 @@ in this Software without prior written authorization from The Open Group.
#include "propertyst.h" #include "propertyst.h"
#include "colormapst.h" #include "colormapst.h"
#include "privates.h" #include "privates.h"
#include "registry.h"
#include "xacestr.h" #include "xacestr.h"
#include "securitysrv.h" #include "securitysrv.h"
#include <X11/extensions/securproto.h> #include <X11/extensions/securproto.h>

View File

@ -19,7 +19,6 @@
#include "dixstruct.h" #include "dixstruct.h"
#include "extnsionst.h" #include "extnsionst.h"
#include "swaprep.h" #include "swaprep.h"
#include "registry.h"
#include <X11/extensions/XResproto.h> #include <X11/extensions/XResproto.h>
#include "pixmapstr.h" #include "pixmapstr.h"
#include "windowstr.h" #include "windowstr.h"

View File

@ -25,7 +25,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "dix/registry_priv.h" #include "dix/registry_priv.h"
#include "registry.h"
#include "xselinuxint.h" #include "xselinuxint.h"
/* selection and property atom cache */ /* selection and property atom cache */

View File

@ -28,7 +28,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "dixstruct.h" #include "dixstruct.h"
#include "privates.h" #include "privates.h"
#include "resource.h" #include "resource.h"
#include "registry.h"
#include "inputstr.h" #include "inputstr.h"
#include "xselinux.h" #include "xselinux.h"

View File

@ -128,7 +128,6 @@ Equipment Corporation.
#include "xfixesint.h" #include "xfixesint.h"
#ifdef XSERVER_DTRACE #ifdef XSERVER_DTRACE
#include "registry.h"
#include "probes.h" #include "probes.h"
#endif #endif

View File

@ -60,7 +60,6 @@ SOFTWARE.
#include "scrnintstr.h" #include "scrnintstr.h"
#include "dispatch.h" #include "dispatch.h"
#include "privates.h" #include "privates.h"
#include "registry.h"
#include "xace.h" #include "xace.h"
#define LAST_ERROR 255 #define LAST_ERROR 255

View File

@ -106,7 +106,6 @@ Equipment Corporation.
#include "dixfont.h" #include "dixfont.h"
#include "extnsionst.h" #include "extnsionst.h"
#include "privates.h" #include "privates.h"
#include "registry.h"
#include "client.h" #include "client.h"
#include "exevents.h" #include "exevents.h"
#ifdef PANORAMIX #ifdef PANORAMIX

View File

@ -29,7 +29,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "dix/registry_priv.h" #include "dix/registry_priv.h"
#include "resource.h" #include "resource.h"
#include "registry.h"
#define BASE_SIZE 16 #define BASE_SIZE 16

View File

@ -143,7 +143,6 @@ Equipment Corporation.
#endif #endif
#include "xace.h" #include "xace.h"
#include <assert.h> #include <assert.h>
#include "registry.h"
#include "gcstruct.h" #include "gcstruct.h"
#ifdef XSERVER_DTRACE #ifdef XSERVER_DTRACE

View File

@ -36,7 +36,6 @@
#include "glxserver.h" #include "glxserver.h"
#include <windowstr.h> #include <windowstr.h>
#include <propertyst.h> #include <propertyst.h>
#include <registry.h>
#include "privates.h" #include "privates.h"
#include <os.h> #include <os.h>
#include "extinit.h" #include "extinit.h"

View File

@ -1,18 +0,0 @@
/***********************************************************
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
******************************************************************/
#ifndef DIX_REGISTRY_H
#define DIX_REGISTRY_H
#include "resource.h"
#include "extnsionst.h"
#endif /* DIX_REGISTRY_H */