Clean up platform-specific includes

The problem was pointed out in bug 618029. To solve it, we moved
the GUnixFDList typedef to giotypes.h.
This commit is contained in:
Matthias Clasen
2010-05-13 20:29:04 -04:00
parent dd3551e7c3
commit 8f89b63930
8 changed files with 8 additions and 9 deletions

View File

@@ -23,8 +23,8 @@
#ifndef __G_UNIX_FD_MESSAGE_H__
#define __G_UNIX_FD_MESSAGE_H__
#include <gio/gunixfdlist.h>
#include <gio/gio.h>
#include <gio/gunixfdlist.h>
G_BEGIN_DECLS