summaryrefslogtreecommitdiff
path: root/girepository/gibaseinfo.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-06-01 10:15:12 -0300
committerJohan Dahlin <johan@gnome.org>2010-06-01 10:15:12 -0300
commit10c3422cf8ebc26c1f131f3280d0d8f457bb729b (patch)
treee19272afe81934c58733fb5251c885135a736551 /girepository/gibaseinfo.h
parent010f6ff55004ece9dd504a7267e279eb6cde9aff (diff)
downloadgobject-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/gibaseinfo.h')
-rw-r--r--girepository/gibaseinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/gibaseinfo.h b/girepository/gibaseinfo.h
index f4bd731c..920b07af 100644
--- a/girepository/gibaseinfo.h
+++ b/girepository/gibaseinfo.h
@@ -23,7 +23,7 @@
#define __GIBASEINFO_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 <glib-object.h>