diff options
author | Cody Russell <bratsche@gnome.org> | 2008-07-01 06:32:35 +0000 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2008-07-01 06:32:35 +0000 |
commit | 3d93bf6968884d75dd2706ef85e2014305eb92f2 (patch) | |
tree | 61dabe5a334f7fdbf5e5cc4f170290500be00227 /gio/goutputstream.c | |
parent | f869b1f6937caeec034a60afed9e9a1ebd7da18a (diff) |
Moved all relevant typedefs into these files.
2008-07-01 Cody Russell <bratsche@gnome.org>
* gio/gioenums.h:
* gio/giotypes.h:
Moved all relevant typedefs into these files.
* gio/*.[ch]:
Updated wrt added files.
Split types into separate file for easier maintainership. (#538564)
svn path=/trunk/; revision=7127
Diffstat (limited to 'gio/goutputstream.c')
-rw-r--r-- | gio/goutputstream.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gio/goutputstream.c b/gio/goutputstream.c index 39aeb7386..42c55314e 100644 --- a/gio/goutputstream.c +++ b/gio/goutputstream.c @@ -22,7 +22,11 @@ #include "config.h" #include "goutputstream.h" +#include "gcancellable.h" +#include "gasyncresult.h" #include "gsimpleasyncresult.h" +#include "ginputstream.h" +#include "gioerror.h" #include "glibintl.h" #include "gioalias.h" |