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:
Philip Withnall 2024-02-12 13:30:17 +00:00
parent f51398af91
commit 5ddd4b91b8

View File

@ -23,7 +23,6 @@
#pragma once #pragma once
#include <ffi.h>
#include <glib.h> #include <glib.h>
#define __GIREPOSITORY_H_INSIDE__ #define __GIREPOSITORY_H_INSIDE__