diff options
author | Johan Dahlin <johan@gnome.org> | 2010-05-31 17:44:46 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-05-31 17:47:50 -0300 |
commit | 5ed7381046c873d142452fbce03c310874cd8d4b (patch) | |
tree | 0dd0c070a14b70f4b796cba5a80e1104ba574adf /girepository/girnode.c | |
parent | 39d0023ebcdbc72a6e7b48de657b594e9de97358 (diff) | |
download | gobject-introspection-5ed7381046c873d142452fbce03c310874cd8d4b.tar.gz |
[gtypelib.ch] Rename to gitypelib.ch
Rename gtypelib.h -> gitypelib-internal.h and rename
gtypelib.c to gitypelib.c
Diffstat (limited to 'girepository/girnode.c')
-rw-r--r-- | girepository/girnode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/girnode.c b/girepository/girnode.c index 9ff32357..db029989 100644 --- a/girepository/girnode.c +++ b/girepository/girnode.c @@ -25,7 +25,7 @@ #include "girmodule.h" #include "girnode.h" -#include "gtypelib.h" +#include "gitypelib-internal.h" static gulong string_count = 0; static gulong unique_string_count = 0; |