summaryrefslogtreecommitdiff
path: root/girepository/gitypelib.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/gitypelib.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/gitypelib.h')
-rw-r--r--girepository/gitypelib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/gitypelib.h b/girepository/gitypelib.h
index 2f74bf6a..5d5eda5f 100644
--- a/girepository/gitypelib.h
+++ b/girepository/gitypelib.h
@@ -25,7 +25,7 @@
#define __GITYPELIB_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.h>