Changeset 4cf80bb


Ignore:
Timestamp:
2009-10-23T10:43:15Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fb51d85
Parents:
b75acf6
Message:

Shuffling a few more #includes. Much more shuffling will be needed.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • lib/misc.c

    rb75acf6 r4cf80bb  
    4646#endif
    4747
     48#include "md5.h"
    4849#include "ssl_client.h"
    4950
  • protocols/jabber/jabber.h

    rb75acf6 r4cf80bb  
    2727#include <glib.h>
    2828
     29#include "bitlbee.h"
     30#include "md5.h"
    2931#include "xmltree.h"
    30 #include "bitlbee.h"
    3132
    3233extern GSList *jabber_connections;
  • protocols/nogaim.c

    rb75acf6 r4cf80bb  
    3333
    3434#define BITLBEE_CORE
     35#include <ctype.h>
     36
    3537#include "nogaim.h"
    36 #include <ctype.h>
     38#include "chat.h"
    3739
    3840static int remove_chat_buddy_silent( struct groupchat *b, const char *handle );
  • protocols/nogaim.h

    rb75acf6 r4cf80bb  
    3939#define _NOGAIM_H
    4040
     41#include <stdint.h>
     42
    4143#include "bitlbee.h"
    4244#include "account.h"
    4345#include "proxy.h"
    4446#include "query.h"
    45 #include "md5.h"
    46 #include "chat.h"
    4747
    4848#define BUDDY_ALIAS_MAXLEN 388   /* because MSN names can be 387 characters */
Note: See TracChangeset for help on using the changeset viewer.