Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5871:508adf90fbb9 | 5872:059d95c67cda |
|---|---|
| 6 * ? I think i did everything i want to with it. | 6 * ? I think i did everything i want to with it. |
| 7 * | 7 * |
| 8 * BUGS: | 8 * BUGS: |
| 9 * ? I think i fixed them all. | 9 * ? I think i fixed them all. |
| 10 */ | 10 */ |
| 11 #include "config.h" | 11 #include "internal.h" |
| 12 | |
| 13 #include "debug.h" | |
| 14 #include "util.h" | |
| 15 | |
| 16 #include "gtkplugin.h" | |
| 17 #include "gtkutils.h" | |
| 12 | 18 |
| 13 #include "gaim.h" | 19 #include "gaim.h" |
| 14 #include "gtkplugin.h" | |
| 15 | |
| 16 #include <string.h> | |
| 17 #include <ctype.h> | |
| 18 #include <stdlib.h> | |
| 19 #include <sys/stat.h> | |
| 20 #include <sys/types.h> | |
| 21 #include <unistd.h> | |
| 22 #include <fcntl.h> | |
| 23 #ifdef _WIN32 | |
| 24 #include "win32dep.h" | |
| 25 #endif | |
| 26 | 20 |
| 27 #define SPELLCHECK_PLUGIN_ID "gtk-spellcheck" | 21 #define SPELLCHECK_PLUGIN_ID "gtk-spellcheck" |
| 28 | 22 |
| 29 enum { | 23 enum { |
| 30 BAD_COLUMN, | 24 BAD_COLUMN, |
