Our <RosterPrivate.h> must not be included when compiling for R5.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2728 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2003-02-16 23:00:37 +00:00
parent e5b24fc152
commit c2257230d6

View File

@ -14,7 +14,10 @@
#include <Message.h>
#include <Node.h>
#include <Roster.h>
#ifdef TEST_OBOS
#include <RosterPrivate.h>
#endif
// Project Includes ------------------------------------------------------------
#include <TestShell.h>