diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-14 09:48:46 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-14 09:48:46 +0100 |
commit | 4e4af1b0fe073fd2d43f4ea0d55f8deadbeb974d (patch) | |
tree | 7171fbf709a4380bcb7e67945775a5cdf9407de0 /protocols/msn/sb.c | |
parent | 50b8978f0662fc83aa2e3db1d40081c315c9e6cf (diff) |
Remove some old Passport stuff, this is all in soap.[ch] now.
Diffstat (limited to 'protocols/msn/sb.c')
-rw-r--r-- | protocols/msn/sb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/msn/sb.c b/protocols/msn/sb.c index b718d4e8..fdad2882 100644 --- a/protocols/msn/sb.c +++ b/protocols/msn/sb.c @@ -1,7 +1,7 @@ /********************************************************************\ * BitlBee -- An IRC to other IM-networks gateway * * * - * Copyright 2002-2005 Wilmer van der Gaast and others * + * Copyright 2002-2010 Wilmer van der Gaast and others * \********************************************************************/ /* MSN module - Switchboard server callbacks and utilities */ @@ -26,7 +26,6 @@ #include <ctype.h> #include "nogaim.h" #include "msn.h" -#include "passport.h" #include "md5.h" #include "soap.h" #include "invitation.h" |