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:
Roman Gilg 2021-08-07 14:15:07 +02:00
parent 31fb35a7af
commit e4dabe8d93
1 changed files with 0 additions and 1 deletions

View File

@ -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