From 885c645ee48ae53467e244521c011c73bc106afb Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 29 Aug 2003 18:02:09 +0000 Subject: Fixes for base64 decoding and encoding of vCard --- (limited to 'library/backend/vobject.cpp') diff --git a/library/backend/vobject.cpp b/library/backend/vobject.cpp index 4c8de70..9263c3a 100644 --- a/library/backend/vobject.cpp +++ b/library/backend/vobject.cpp @@ -42,9 +42,7 @@ DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable. * vobject, and convert a vobject into its textual representation. */ -#ifndef MWERKS -#include -#endif +#include #include #include "vobject_p.h" @@ -757,7 +755,6 @@ static struct PreDefProp propNames[] = { { VCPSProp, 0, 0, 0 }, { VCPublicKeyProp, 0, 0, 0 }, { VCQPProp, VCQuotedPrintableProp, 0, 0 }, - { VCQPProp, VCBase64Prop, 0, 0 }, { VCQuickTimeProp, 0, 0, 0 }, { VCQuotedPrintableProp, 0, 0, 0 }, { VCRDateProp, 0, 0, 0 }, -- cgit v0.9.0.2