gir: Rename girparser.h to girparser-private.h

It's a private header.
This commit is contained in:
Emmanuele Bassi 2023-11-08 00:07:11 +00:00
parent 48984375dc
commit f9580e90c4
2 changed files with 5 additions and 5 deletions

View File

@ -24,15 +24,15 @@
#include "config.h"
#include "girparser-private.h"
#include "girnode.h"
#include "gitypelib-internal.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <glib.h>
#include "girparser.h"
#include "girnode.h"
#include "gitypelib-internal.h"
/* This is a "major" version in the sense that it's only bumped
* for incompatible changes.
*/