summaryrefslogtreecommitdiff
path: root/gio/gfilenamecompleter.c
diff options
context:
space:
mode:
authorCody Russell <bratsche@gnome.org>2008-07-01 06:32:35 +0000
committerCody Russell <bratsche@src.gnome.org>2008-07-01 06:32:35 +0000
commit3d93bf6968884d75dd2706ef85e2014305eb92f2 (patch)
tree61dabe5a334f7fdbf5e5cc4f170290500be00227 /gio/gfilenamecompleter.c
parentf869b1f6937caeec034a60afed9e9a1ebd7da18a (diff)
downloadglib-3d93bf6968884d75dd2706ef85e2014305eb92f2.tar.gz
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/gfilenamecompleter.c')
-rw-r--r--gio/gfilenamecompleter.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gio/gfilenamecompleter.c b/gio/gfilenamecompleter.c
index 217740761..4c38fd8ba 100644
--- a/gio/gfilenamecompleter.c
+++ b/gio/gfilenamecompleter.c
@@ -22,7 +22,11 @@
#include "config.h"
#include "gfilenamecompleter.h"
+#include "gfileenumerator.h"
+#include "gfileattribute.h"
#include "gfile.h"
+#include "gfileinfo.h"
+#include "gcancellable.h"
#include <string.h>
#include "glibintl.h"