[gobject-introspection] The private header should be included in girffi.c



commit ab1af50d167da42f5b927c9cf7373c7bc7f87a89
Author: Johan Dahlin <johan gnome org>
Date:   Thu Dec 31 17:37:21 2009 +0100

    The private header should be included in girffi.c
    
    Not in the public girffi.h.

 girepository/girffi.c |    1 +
 girepository/girffi.h |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/girepository/girffi.c b/girepository/girffi.c
index c757eea..769cd6b 100644
--- a/girepository/girffi.c
+++ b/girepository/girffi.c
@@ -27,6 +27,7 @@
 #include <string.h>
 #include <unistd.h>
 #include "girffi.h"
+#include "girffi-private.h"
 #include "girepository.h"
 
 ffi_type *
diff --git a/girepository/girffi.h b/girepository/girffi.h
index b991b94..10a20a2 100644
--- a/girepository/girffi.h
+++ b/girepository/girffi.h
@@ -23,7 +23,6 @@
 
 #include <ffi.h>
 #include "girepository.h"
-#include "girffi-private.h"
 
 G_BEGIN_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]