Differences From Artifact [12d7da2374]:
- File src/XMPPRosterItem.m — part of check-in [85bda4afee] at 2012-03-21 10:56:56 on branch trunk — Update URL in copyright. (user: js, size: 2546) [annotate] [blame] [check-ins using]
To Artifact [b55c3a6bd9]:
- File
src/XMPPRosterItem.m
— part of check-in
[6d15f9618b]
at
2012-06-01 22:16:56
on branch trunk
— Add missing header files
gcc complains about missing interfaces without this. (user: florob@babelmonkeys.de, size: 2566) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
21 22 23 24 25 26 27 28 29 30 31 32 33 34 | */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #import "XMPPRosterItem.h" #import <ObjFW/macros.h> @implementation XMPPRosterItem + rosterItem { return [[[self alloc] init] autorelease]; | > | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #import "XMPPRosterItem.h" #import "XMPPJID.h" #import <ObjFW/macros.h> @implementation XMPPRosterItem + rosterItem { return [[[self alloc] init] autorelease]; |
︙ | ︙ |