comparison plugins/filectl.c @ 8471:e4952ba22fc1

[gaim-migrate @ 9204] Remove the gtk include here, since it's not needed at all. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 19 Mar 2004 05:44:10 +0000
parents 251e2e434a86
children d7b8eb1f0a18
comparison
equal deleted inserted replaced
8470:9949b752d1ab 8471:e4952ba22fc1
4 ** By Eric Warmenhoven <eric@warmenhoven.org> 4 ** By Eric Warmenhoven <eric@warmenhoven.org>
5 ** compile fixes/mini hacks Alex Bennee <alex@bennee.com> 5 ** compile fixes/mini hacks Alex Bennee <alex@bennee.com>
6 */ 6 */
7 7
8 /* system includes */ 8 /* system includes */
9 #include <gtk/gtk.h>
10 #include <stdlib.h> 9 #include <stdlib.h>
11 #include <stdio.h> 10 #include <stdio.h>
12 #include <unistd.h> 11 #include <unistd.h>
13 #include <sys/types.h> 12 #include <sys/types.h>
14 #include <sys/stat.h> 13 #include <sys/stat.h>