diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-03-01 12:44:55 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-03-03 23:20:06 +0000 |
commit | dc84331f5d344d3241cb2c30cee43cf016a2d3e8 (patch) | |
tree | ddf42ad0d8ac2b1e80c0abe862dc941c54643788 /glx | |
parent | 17ad53c803e06a9e835aae65da057e6c7256c040 (diff) |
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>
Diffstat (limited to 'glx')
-rw-r--r-- | glx/glxext.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glx/glxext.c b/glx/glxext.c index 99f866104..c3f67a5ec 100644 --- a/glx/glxext.c +++ b/glx/glxext.c @@ -36,7 +36,6 @@ #include "glxserver.h" #include <windowstr.h> #include <propertyst.h> -#include <registry.h> #include "privates.h" #include <os.h> #include "extinit.h" |