From 8ffac22f1b4f175ccd9ff4b0f89c25e434bef829 Mon Sep 17 00:00:00 2001 From: project-repo Date: Sat, 21 Mar 2020 09:51:05 +0100 Subject: [PATCH] Fix conventions for system include --- pango.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pango.c b/pango.c index 035ac9b..ef3df10 100644 --- a/pango.c +++ b/pango.c @@ -1,4 +1,4 @@ -#include "cairo.h" +#include #include #include #include