Mercurial > pidgin
diff plugins/spellchk.c @ 5872:059d95c67cda
[gaim-migrate @ 6304]
The legendary Header File Cleanup! Files now only include what they need.
This should reduce the number of files that must recompile when a header
file changes. It's a lot nicer. Trust me on it. I also added a couple new
header files. I hope I didn't break TOO much!
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 14 Jun 2003 23:21:02 +0000 |
| parents | 1c55b1540e18 |
| children | a18e88c4dace |
line wrap: on
line diff
--- a/plugins/spellchk.c Sat Jun 14 21:34:31 2003 +0000 +++ b/plugins/spellchk.c Sat Jun 14 23:21:02 2003 +0000 @@ -8,21 +8,15 @@ * BUGS: * ? I think i fixed them all. */ -#include "config.h" +#include "internal.h" + +#include "debug.h" +#include "util.h" + +#include "gtkplugin.h" +#include "gtkutils.h" #include "gaim.h" -#include "gtkplugin.h" - -#include <string.h> -#include <ctype.h> -#include <stdlib.h> -#include <sys/stat.h> -#include <sys/types.h> -#include <unistd.h> -#include <fcntl.h> -#ifdef _WIN32 -#include "win32dep.h" -#endif #define SPELLCHECK_PLUGIN_ID "gtk-spellcheck"
