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

It's private header.
This commit is contained in:
Emmanuele Bassi
2023-11-08 00:06:01 +00:00
parent 51f518e749
commit 48984375dc
6 changed files with 15 additions and 11 deletions

View File

@@ -22,14 +22,16 @@
* Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include "girnode.h"
#include "gitypelib-internal.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "girmodule.h"
#include "girnode.h"
#include "gitypelib-internal.h"
#ifdef _MSC_VER
#define strtoll _strtoi64
#define strtoull _strtoui64