mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Fix files including xorg-server.h by mistake
A few files in the server are including xorg-server.h, which is only for use by Xorg server drivers. This fixes those errors and then adds a check to make sure it doesn't happen again. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
#ifndef _DRI3_H_
|
||||
#define _DRI3_H_
|
||||
|
||||
#include <xorg-server.h>
|
||||
|
||||
#ifdef DRI3
|
||||
|
||||
#include <X11/extensions/dri3proto.h>
|
||||
|
||||
Reference in New Issue
Block a user