[pangomm/pangomm-2-48] Don't include individual pango headers
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pangomm/pangomm-2-48] Don't include individual pango headers
- Date: Wed, 25 Aug 2021 17:10:44 +0000 (UTC)
commit 89285e81f5f4aa2605dfa5013d51212ec38b8392
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Aug 24 11:18:40 2021 -0400
Don't include individual pango headers
As in every gnome library, you are only supposed
to include the main pango.h header from the outside.
This was causing build failures after some recent
pango header rearrangements.
pango/src/attributes.hg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/src/attributes.hg b/pango/src/attributes.hg
index 4176a62..0be8c2e 100644
--- a/pango/src/attributes.hg
+++ b/pango/src/attributes.hg
@@ -21,7 +21,7 @@
#include <pangomm/rectangle.h>
#include <pangomm/color.h>
#include <pangomm/fontdescription.h>
-#include <pango/pango-attributes.h>
+#include <pango/pango.h>
_DEFS(pangomm,pango)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]