summaryrefslogtreecommitdiff
path: root/record
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-03-04 20:31:50 +0100
committerEnrico Weigelt, metux IT consult <info@metux.net>2024-03-11 12:26:44 +0100
commit738edd3501e5b482a660644bb7194129d59b7445 (patch)
tree8f5e9e12e8013604c885aa2ea1c7ad9033859b1b /record
parent2a5e7542755c8b6d1ce046cf92cfc76594d3a86d (diff)
dix: unexport eventconvert.h functions
This header isn't installed, so no external modules could use the functions declared there. Thus we can unexport it all. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1358>
Diffstat (limited to 'record')
-rw-r--r--record/record.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/record/record.c b/record/record.c
index e123867a7..ca9254ce1 100644
--- a/record/record.c
+++ b/record/record.c
@@ -36,6 +36,8 @@ and Jim Haggerty of Metheus.
#include <dix-config.h>
#endif
+#include "dix/eventconvert.h"
+
#include "dixstruct.h"
#include "extnsionst.h"
#include "extinit.h"
@@ -43,7 +45,6 @@ and Jim Haggerty of Metheus.
#include "set.h"
#include "swaprep.h"
#include "inputstr.h"
-#include "eventconvert.h"
#include "scrnintstr.h"
#include <stdio.h>