summaryrefslogtreecommitdiff
path: root/tubes/inc/tubes/contact-list.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tubes/inc/tubes/contact-list.hxx')
-rw-r--r--tubes/inc/tubes/contact-list.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/tubes/inc/tubes/contact-list.hxx b/tubes/inc/tubes/contact-list.hxx
index eca9f7090336..6dc4f3212483 100644
--- a/tubes/inc/tubes/contact-list.hxx
+++ b/tubes/inc/tubes/contact-list.hxx
@@ -33,8 +33,6 @@
#include <utility>
#include <vector>
-#include "tubes/tubesdllapi.h"
-
typedef struct _TpAccount TpAccount;
typedef struct _TpContact TpContact;
typedef struct _TpAccountManager TpAccountManager;
@@ -42,7 +40,7 @@ typedef struct _TpAccountManager TpAccountManager;
typedef ::std::pair< TpAccount *, TpContact * > AccountContactPair;
typedef ::std::vector< AccountContactPair > AccountContactPairV;
-class TUBES_DLLPUBLIC ContactList
+class ContactList
{
public:
ContactList(TpAccountManager *pAccountManager);