summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-02-12 13:30:20 +0100
committerMarge Bot <emma+marge@anholt.net>2024-03-03 22:54:16 +0000
commit368055d3f16f3ca6aec3cbbb27e5548ab7f58e18 (patch)
tree341f811ff408c266483b068719f07d852b67f05f /fb
parent6ddade2e6a843a4c0081d4a31fa303d1e2464f36 (diff)
render: move private definitions out of public glyphstr.h
Public module API headers don't need / shouldn't to contain anything that isn't part of the API (non-exported functions, etc). Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1287>
Diffstat (limited to 'fb')
-rw-r--r--fb/fbpict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fbpict.c b/fb/fbpict.c
index 9797447b4..f985198fb 100644
--- a/fb/fbpict.c
+++ b/fb/fbpict.c
@@ -30,7 +30,7 @@
#include <string.h>
#include "fb.h"
-
+#include "glyphstr_priv.h"
#include "picturestr.h"
#include "mipict.h"
#include "fbpict.h"