pkiutilities/CertSaver/src/CertSaverModel.cpp
changeset 45 5d3e34b7618a
parent 38 e0432375ea67
--- a/pkiutilities/CertSaver/src/CertSaverModel.cpp	Tue Jul 06 15:15:05 2010 +0300
+++ b/pkiutilities/CertSaver/src/CertSaverModel.cpp	Wed Aug 18 10:40:08 2010 +0300
@@ -16,11 +16,6 @@
 */
 
 
-// INCLUDE FILES
-#include <aknnotewrappers.h>        // Note dialogs
-
-
-
 #include <StringLoader.h>           // For loading resource strings
 #include <unifiedcertstore.h>       // For saving the certificates
 #include <mctwritablecertstore.h>   // For saving the certificates
@@ -37,6 +32,8 @@
 #include <x509certext.h>
 #include <mctkeystore.h>
 #include <TrustedSitesStore.h>
+#include <eikenv.h>                 // CEikonEnv
+#include <AknUtils.h>               // AknTextUtils
 
 #include <CertSaver.rsg>
 #include "CertSaverModel.h"