mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
gir: Rename girwriter.h to girwriter-private.h
It's a private header.
This commit is contained in:
@@ -22,6 +22,13 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "girwriter-private.h"
|
||||
|
||||
#include "girepository.h"
|
||||
#include "gitypelib-internal.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
@@ -30,10 +37,6 @@
|
||||
#include <glib-object.h>
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
#include "girwriter.h"
|
||||
#include "girepository.h"
|
||||
#include "gitypelib-internal.h"
|
||||
|
||||
typedef struct {
|
||||
FILE *file;
|
||||
GSList *stack;
|
||||
|
Reference in New Issue
Block a user