diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-02-12 13:30:20 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-03-03 22:54:16 +0000 |
commit | 368055d3f16f3ca6aec3cbbb27e5548ab7f58e18 (patch) | |
tree | 341f811ff408c266483b068719f07d852b67f05f /fb | |
parent | 6ddade2e6a843a4c0081d4a31fa303d1e2464f36 (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.c | 2 |
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" |