mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 00:38:00 +02:00
Remove build-only include from public header
The dix-config.h file is not installed, but dix.h is. The include makes the compilation of external drivers fail (for example the libinput driver). The Xserver compilation also works without the include, so just remove it. Signed-off-by: Roman Gilg <subdiff@gmail.com>
This commit is contained in:
parent
31fb35a7af
commit
e4dabe8d93
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ SOFTWARE.
|
|||
#include "cursor.h"
|
||||
#include "geext.h"
|
||||
#include "events.h"
|
||||
#include <dix-config.h>
|
||||
#include <X11/extensions/XI.h>
|
||||
|
||||
#define EARLIER -1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue