comparison finch/finch.c @ 19114:6de2e9ba0930

merge of '2970edca111b3535ae0703e3c866ad1c3b87df94' and 'a2b508e8680ac3f20965226a5dd83f7e2a3b15bb'
author Eric Polino <aluink@pidgin.im>
date Sun, 24 Jun 2007 02:56:09 +0000
parents b8572b937c09
children 5aae8608e1c6 477dd067bdc1
comparison
equal deleted inserted replaced
19102:7f26e5b98b15 19114:6de2e9ba0930
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */ 21 */
22 #include "finch.h"
23
22 #include "account.h" 24 #include "account.h"
23 #include "conversation.h" 25 #include "conversation.h"
24 #include "core.h" 26 #include "core.h"
25 #include "debug.h" 27 #include "debug.h"
26 #include "eventloop.h" 28 #include "eventloop.h"
35 #include "status.h" 37 #include "status.h"
36 #include "util.h" 38 #include "util.h"
37 #include "whiteboard.h" 39 #include "whiteboard.h"
38 40
39 #include "gntdebug.h" 41 #include "gntdebug.h"
40 #include "finch.h"
41 #include "gntprefs.h" 42 #include "gntprefs.h"
42 #include "gntui.h" 43 #include "gntui.h"
43 #include "gntidle.h" 44 #include "gntidle.h"
44 45
45 #define _GNU_SOURCE 46 #define _GNU_SOURCE