diff src/conversation.h @ 5717:1d140b31d4b3

[gaim-migrate @ 6138] this almost kinda sorta works. It's the wonderful connecting dialog that shows you how far along you are in connecting. This also gets rid of the ever-present signon dialog. Oh, and I ended up digging through header hell and changing a lot. Hopefully I didn't break anything too badly. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 03 Jun 2003 19:55:47 +0000
parents dae79aefac8d
children 96e5b32e75ad
line wrap: on
line diff
--- a/src/conversation.h	Tue Jun 03 17:37:25 2003 +0000
+++ b/src/conversation.h	Tue Jun 03 19:55:47 2003 +0000
@@ -24,6 +24,8 @@
 #ifndef _GAIM_CONVERSATION_H_
 #define _GAIM_CONVERSATION_H_
 
+#include "account.h"
+
 /**************************************************************************/
 /** Data Structures                                                       */
 /**************************************************************************/
@@ -84,9 +86,6 @@
 	GAIM_CONV_UPDATE_AWAY      /**< The other user went away.                */
 };
 
-/* Yeah, this has to be included here. Ugh. */
-#include "gaim.h"
-
 /**
  * Conversation window operations.
  *