comparison libpurple/protocols/msn/slp.h @ 31194:b6d56ea9ef82

ft.h is not needed in the headers.
author masca@cpw.pidgin.im
date Fri, 28 May 2010 10:10:26 +0000
parents b1cda3f8fdc9
children 512213d2d301
comparison
equal deleted inserted replaced
31193:f196f4f1f65e 31194:b6d56ea9ef82
24 #ifndef MSN_SLP_H 24 #ifndef MSN_SLP_H
25 #define MSN_SLP_H 25 #define MSN_SLP_H
26 26
27 #include "internal.h" 27 #include "internal.h"
28 28
29 #include "ft.h"
30 #include "session.h" 29 #include "session.h"
31 #include "slpcall.h" 30 #include "slpcall.h"
32 31
33 #define MAX_FILE_NAME_LEN 260 /* MAX_PATH in Windows */ 32 #define MAX_FILE_NAME_LEN 260 /* MAX_PATH in Windows */
34 33