From 10c3422cf8ebc26c1f131f3280d0d8f457bb729b Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 1 Jun 2010 10:15:12 -0300 Subject: [PATCH] [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. --- girepository/gibaseinfo.h | 2 +- girepository/gifunctioninfo.h | 2 +- girepository/girepository-private.h | 2 +- girepository/gitypelib.h | 2 +- girepository/gitypes.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/girepository/gibaseinfo.h b/girepository/gibaseinfo.h index f4bd731..920b07a 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 can be included directly." +#error "Only can be included directly." #endif #include diff --git a/girepository/gifunctioninfo.h b/girepository/gifunctioninfo.h index 92e2089..b2059a8 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 can be included directly." +#error "Only can be included directly." #endif #include diff --git a/girepository/girepository-private.h b/girepository/girepository-private.h index cb82dc6..f29f8a4 100644 --- a/girepository/girepository-private.h +++ b/girepository/girepository-private.h @@ -25,7 +25,7 @@ #include #include -#include +#include #include typedef struct _GIRealInfo GIRealInfo; diff --git a/girepository/gitypelib.h b/girepository/gitypelib.h index 2f74bf6..5d5eda5 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 can be included directly." +#error "Only can be included directly." #endif #include diff --git a/girepository/gitypes.h b/girepository/gitypes.h index a51df08..f537003 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 can be included directly." +#error "Only can be included directly." #endif #include -- 2.7.4