[gobject-introspection] [girepository] Fix the remaning headers as well
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] [girepository] Fix the remaning headers as well
- Date: Tue, 1 Jun 2010 13:24:17 +0000 (UTC)
commit 83facda73dd60c04ecee1e199c6f2d062da2a4a4
Author: Johan Dahlin <johan gnome org>
Date: Tue Jun 1 10:23:46 2010 -0300
[girepository] Fix the remaning headers as well
girepository/gibaseinfo.h | 4 ++--
girepository/gifunctioninfo.h | 2 +-
girepository/girepository-private.h | 4 ++--
girepository/girepository.h | 8 ++++----
girepository/gitypes.h | 2 +-
5 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/girepository/gibaseinfo.h b/girepository/gibaseinfo.h
index 920b07a..c6175c3 100644
--- a/girepository/gibaseinfo.h
+++ b/girepository/gibaseinfo.h
@@ -27,8 +27,8 @@
#endif
#include <glib-object.h>
-#include <girepository/gitypelib.h>
-#include <girepository/gitypes.h>
+#include <gitypelib.h>
+#include <gitypes.h>
G_BEGIN_DECLS
diff --git a/girepository/gifunctioninfo.h b/girepository/gifunctioninfo.h
index b2059a8..94b2d6f 100644
--- a/girepository/gifunctioninfo.h
+++ b/girepository/gifunctioninfo.h
@@ -26,7 +26,7 @@
#error "Only <girepository.h> can be included directly."
#endif
-#include <girepository/gitypes.h>
+#include <gitypes.h>
G_BEGIN_DECLS
diff --git a/girepository/girepository-private.h b/girepository/girepository-private.h
index f29f8a4..4ded32b 100644
--- a/girepository/girepository-private.h
+++ b/girepository/girepository-private.h
@@ -24,9 +24,9 @@
#include <glib.h>
-#include <girepository/gibaseinfo.h>
+#include <gibaseinfo.h>
#include <girepository.h>
-#include <girepository/gitypelib.h>
+#include <gitypelib.h>
typedef struct _GIRealInfo GIRealInfo;
diff --git a/girepository/girepository.h b/girepository/girepository.h
index 389877c..7ddb70f 100644
--- a/girepository/girepository.h
+++ b/girepository/girepository.h
@@ -26,10 +26,10 @@
#include <glib-object.h>
#include <gmodule.h>
-#include <girepository/gibaseinfo.h>
-#include <girepository/gifunctioninfo.h>
-#include <girepository/gitypelib.h>
-#include <girepository/gitypes.h>
+#include <gibaseinfo.h>
+#include <gifunctioninfo.h>
+#include <gitypelib.h>
+#include <gitypes.h>
G_BEGIN_DECLS
diff --git a/girepository/gitypes.h b/girepository/gitypes.h
index f537003..49fe017 100644
--- a/girepository/gitypes.h
+++ b/girepository/gitypes.h
@@ -26,7 +26,7 @@
#error "Only <girepository.h> can be included directly."
#endif
-#include <girepository/gibaseinfo.h>
+#include <gibaseinfo.h>
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]