From 5ddd4b91b84d2e03140a8aa837f3635c10f7e8ee Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 12 Feb 2024 13:30:17 +0000 Subject: [PATCH] girepository: Drop unneeded include from girepository-private.h It was causing a build failure on some platforms: ``` In file included from ../girepository/gthash.c:29: In file included from ../girepository/gitypelib-internal.h:30: ../girepository/girepository-private.h:26:10: fatal error: 'ffi.h' file not found #include ^~~~~~~ ``` Signed-off-by: Philip Withnall --- girepository/girepository-private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/girepository/girepository-private.h b/girepository/girepository-private.h index e21485881..0433bac30 100644 --- a/girepository/girepository-private.h +++ b/girepository/girepository-private.h @@ -23,7 +23,6 @@ #pragma once -#include #include #define __GIREPOSITORY_H_INSIDE__