diff 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
line wrap: on
line diff
--- a/src/away.c	Sat Jun 14 21:34:31 2003 +0000
+++ b/src/away.c	Sat Jun 14 23:21:02 2003 +0000
@@ -16,24 +16,25 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-  *
+ *
  */
+#include "internal.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-#include <string.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <time.h>
-
-#include <gtk/gtk.h>
-#include "gaim.h"
-#include "prpl.h"
-#include "gtkimhtml.h"
-#include "gtkblist.h"
+#include "conversation.h"
+#include "debug.h"
 #include "plugin.h"
 #include "prefs.h"
+#include "prpl.h"
+#include "util.h"
+
+/* XXX Until we can get rid of the message queue stuff... */
+#include "gaim.h"
+
+#include "gtkblist.h"
+#include "gtkimhtml.h"
+#include "gtkprefs.h"
+#include "gtkutils.h"
+#include "ui.h"
 
 GtkWidget *imaway = NULL;