The private header should be included in girffi.c

Not in the public girffi.h.
This commit is contained in:
Johan Dahlin 2009-12-31 17:37:21 +01:00
parent be1c2991cf
commit 109159ee05
2 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,7 @@
#include <string.h>
#include <unistd.h>
#include "girffi.h"
#include "girffi-private.h"
#include "girepository.h"
ffi_type *

View File

@ -23,7 +23,6 @@
#include <ffi.h>
#include "girepository.h"
#include "girffi-private.h"
G_BEGIN_DECLS