diff options
author | Roman Gilg <subdiff@gmail.com> | 2021-08-07 14:15:07 +0200 |
---|---|---|
committer | Roman Gilg <subdiff@gmail.com> | 2021-08-07 14:26:26 +0200 |
commit | e4dabe8d9395d60699aa9831626920adaa847680 (patch) | |
tree | f8031dbceda4236c3edf4a4f69dfb664cf81d4c4 /include | |
parent | 31fb35a7afc782e857bf60e524e7d966dbcd2551 (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/dix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dix.h b/include/dix.h index 65f2d812d..595b18bdd 100644 --- a/include/dix.h +++ b/include/dix.h @@ -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 |