kernel/eka/drivers/debug/smdebug/d_sm_codeseg.cpp
changeset 245 647ab20fee2e
parent 0 a41df078684a
child 257 3e88ff8f41d5
--- a/kernel/eka/drivers/debug/smdebug/d_sm_codeseg.cpp	Thu Aug 12 11:55:14 2010 +0100
+++ b/kernel/eka/drivers/debug/smdebug/d_sm_codeseg.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,11 +20,7 @@
  * @prototype
 */
 
-#ifdef __LAUNCH_AS_EXTENSION__
-
-#include <rm_debug_api.h>
 #include <sm_debug_api.h>
-#include "d_rmd_breakpoints.h"
 
 using namespace Debug;
 
@@ -184,5 +180,3 @@
 	return KErrNone;
 	}
 
-#endif
-