diff options
author | Johan Dahlin <johan@gnome.org> | 2010-06-01 10:15:12 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-06-01 10:15:12 -0300 |
commit | 10c3422cf8ebc26c1f131f3280d0d8f457bb729b (patch) | |
tree | e19272afe81934c58733fb5251c885135a736551 /girepository/girepository-private.h | |
parent | 010f6ff55004ece9dd504a7267e279eb6cde9aff (diff) | |
download | gobject-introspection-10c3422cf8ebc26c1f131f3280d0d8f457bb729b.tar.gz |
[girepository] Fix include path
We're installing the headers without the girepository/ prefix,
so remove that in all internal headers to not break the out of
tree scanning.
Diffstat (limited to 'girepository/girepository-private.h')
-rw-r--r-- | girepository/girepository-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/girepository-private.h b/girepository/girepository-private.h index cb82dc6e..f29f8a47 100644 --- a/girepository/girepository-private.h +++ b/girepository/girepository-private.h @@ -25,7 +25,7 @@ #include <glib.h> #include <girepository/gibaseinfo.h> -#include <girepository/girepository.h> +#include <girepository.h> #include <girepository/gitypelib.h> typedef struct _GIRealInfo GIRealInfo; |