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/girepository.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/girepository.c')
-rw-r--r-- | girepository/girepository.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/girepository.c b/girepository/girepository.c index 218a954c..f06270eb 100644 --- a/girepository/girepository.c +++ b/girepository/girepository.c @@ -29,7 +29,7 @@ #include <glib/gprintf.h> #include <gmodule.h> #include "girepository.h" -#include "gtypelib.h" +#include "gitypelib-internal.h" #include "ginfo.h" #include "glib-compat.h" |