mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
gir: Rename girnode.h to girnode-private.h
It's a private header.
This commit is contained in:
parent
f9580e90c4
commit
b0f4a6bcc4
@ -25,8 +25,8 @@
|
||||
|
||||
#include "girmodule-private.h"
|
||||
|
||||
#include "girnode-private.h"
|
||||
#include "gitypelib-internal.h"
|
||||
#include "girnode.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "girnode.h"
|
||||
#include "girnode-private.h"
|
||||
|
||||
#include "gitypelib-internal.h"
|
||||
|
||||
|
@ -22,7 +22,9 @@
|
||||
*/
|
||||
|
||||
#include "girffi.h"
|
||||
#include "girnode.h"
|
||||
|
||||
#include "girnode-private.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/* The C standard specifies that an enumeration can be any char or any signed
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "girparser-private.h"
|
||||
|
||||
#include "girnode.h"
|
||||
#include "girnode-private.h"
|
||||
#include "gitypelib-internal.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user