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/gifunctioninfo.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/gifunctioninfo.h')
-rw-r--r-- | girepository/gifunctioninfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/gifunctioninfo.h b/girepository/gifunctioninfo.h index 92e2089d..b2059a85 100644 --- a/girepository/gifunctioninfo.h +++ b/girepository/gifunctioninfo.h @@ -23,7 +23,7 @@ #define __GIFUNCTIONINFO_H__ #if !defined (__GIREPOSITORY_H_INSIDE__) && !defined (GI_COMPILATION) -#error "Only <girepository/girepository.h> can be included directly." +#error "Only <girepository.h> can be included directly." #endif #include <girepository/gitypes.h> |