[pangomm/fix-includes] Don't include individual pango headers
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pangomm/fix-includes] Don't include individual pango headers
- Date: Tue, 24 Aug 2021 15:19:59 +0000 (UTC)
commit a8ab02ac9b965229dffde4f5d7f46c566f19bb62
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]