kernel/eka/drivers/debug/smdebug/d_stopmode.cpp
changeset 245 647ab20fee2e
parent 0 a41df078684a
child 257 3e88ff8f41d5
--- a/kernel/eka/drivers/debug/smdebug/d_stopmode.cpp	Thu Aug 12 11:55:14 2010 +0100
+++ b/kernel/eka/drivers/debug/smdebug/d_stopmode.cpp	Thu Aug 12 12:51:24 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of the License "Eclipse Public License v1.0"
@@ -20,14 +20,8 @@
 @prototype
 */
 
-#include <rm_debug_api.h>
 #include <sm_debug_api.h>
 
-#include "d_rmd_breakpoints.h"
-
-
-#ifdef __LAUNCH_AS_EXTENSION__
-
 using namespace Debug;
 
 _LIT(KLitLocal,"Local-");
@@ -169,7 +163,4 @@
         }
 	}
 
-#endif
-
-
 // End of file d_stopmode.cpp