Remove a forward declaration of the TrustZoneService
authorso.yu <so.yu@samsung.com>
Mon, 29 Jul 2013 12:14:34 +0000 (21:14 +0900)
committerso.yu <so.yu@samsung.com>
Mon, 29 Jul 2013 12:15:03 +0000 (21:15 +0900)
Change-Id: I69a31ed1c58d86bd565d21baeeedc69f025db01a
Signed-off-by: so.yu <so.yu@samsung.com>
inc/SecurityService.h

index 058fdf6..93c7b34 100644 (file)
@@ -37,7 +37,6 @@ namespace Tizen { namespace Base { namespace Collection
 
 class PrivilegeService;
 class CertificateService;
-class TrustZoneService;
 class DrmService;
 
 class _OSP_EXPORT_ SecurityService
@@ -63,7 +62,6 @@ private:
 
        PrivilegeService* __pPrivilegeService;
        CertificateService* __pCertificateService;
-       TrustZoneService* __pTrustZoneService;
 }; // SecurityService
 
 #endif // _SECURITY_SERVICE_H_