Mercurial > pidgin
diff src/gtkdialogs.h @ 9718:78022bad9367
[gaim-migrate @ 10579]
Fix some of those problems where one file needed to be included
before another. Also, idle.c, server.c, sound.c and status.c
are core-esque files that have gtk stuff in them. Most of it
deals with status.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 08 Aug 2004 14:24:42 +0000 |
| parents | 2273790bb518 |
| children | 8be2c406a1f1 |
line wrap: on
line diff
--- a/src/gtkdialogs.h Sun Aug 08 14:21:30 2004 +0000 +++ b/src/gtkdialogs.h Sun Aug 08 14:24:42 2004 +0000 @@ -25,11 +25,11 @@ #ifndef _GAIM_GTKDIALOGS_H_ #define _GAIM_GTKDIALOGS_H_ +#include "gtkinternal.h" + #include "account.h" #include "conversation.h" -#include "gtkinternal.h" - /* Functions in gtkdialogs.c (these should actually stay in this file) */ void gaim_gtkdialogs_im(); void gaim_gtkdialogs_info();
