mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
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 <ffi.h> ^~~~~~~ ``` Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
f51398af91
commit
5ddd4b91b8
@ -23,7 +23,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <ffi.h>
|
||||
#include <glib.h>
|
||||
|
||||
#define __GIREPOSITORY_H_INSIDE__
|
||||
|
Loading…
Reference in New Issue
Block a user