[girepository] Fix include path
authorJohan Dahlin <johan@gnome.org>
Tue, 1 Jun 2010 13:15:12 +0000 (10:15 -0300)
committerJohan Dahlin <johan@gnome.org>
Tue, 1 Jun 2010 13:15:12 +0000 (10:15 -0300)
We're installing the headers without the girepository/ prefix,
so remove that in all internal headers to not break the out of
tree scanning.

girepository/gibaseinfo.h
girepository/gifunctioninfo.h
girepository/girepository-private.h
girepository/gitypelib.h
girepository/gitypes.h

index f4bd731..920b07a 100644 (file)
@@ -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>
index 92e2089..b2059a8 100644 (file)
@@ -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>
index cb82dc6..f29f8a4 100644 (file)
@@ -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;
index 2f74bf6..5d5eda5 100644 (file)
@@ -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>
index a51df08..f537003 100644 (file)
@@ -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>