summaryrefslogtreecommitdiff
path: root/girepository
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
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')
-rw-r--r--girepository/gibaseinfo.h2
-rw-r--r--girepository/gifunctioninfo.h2
-rw-r--r--girepository/girepository-private.h2
-rw-r--r--girepository/gitypelib.h2
-rw-r--r--girepository/gitypes.h2
5 files changed, 5 insertions, 5 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>
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>
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;
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>
diff --git a/girepository/gitypes.h b/girepository/gitypes.h
index a51df08e..f5370034 100644
--- a/girepository/gitypes.h
+++ b/girepository/gitypes.h
@@ -23,7 +23,7 @@
#define __GITYPES_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/gibaseinfo.h>