comparison src/away.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 dae79aefac8d
children 272c761c52e3
comparison
equal deleted inserted replaced
5871:508adf90fbb9 5872:059d95c67cda
14 * GNU General Public License for more details. 14 * GNU General Public License for more details.
15 * 15 *
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21 21 #include "internal.h"
22 #ifdef HAVE_CONFIG_H 22
23 #include <config.h> 23 #include "conversation.h"
24 #endif 24 #include "debug.h"
25 #include <string.h>
26 #include <stdio.h>
27 #include <stdlib.h>
28 #include <time.h>
29
30 #include <gtk/gtk.h>
31 #include "gaim.h"
32 #include "prpl.h"
33 #include "gtkimhtml.h"
34 #include "gtkblist.h"
35 #include "plugin.h" 25 #include "plugin.h"
36 #include "prefs.h" 26 #include "prefs.h"
27 #include "prpl.h"
28 #include "util.h"
29
30 /* XXX Until we can get rid of the message queue stuff... */
31 #include "gaim.h"
32
33 #include "gtkblist.h"
34 #include "gtkimhtml.h"
35 #include "gtkprefs.h"
36 #include "gtkutils.h"
37 #include "ui.h"
37 38
38 GtkWidget *imaway = NULL; 39 GtkWidget *imaway = NULL;
39 40
40 GtkWidget *awaymenu = NULL; 41 GtkWidget *awaymenu = NULL;
41 GtkWidget *awayqueue = NULL; 42 GtkWidget *awayqueue = NULL;