1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

removed extra imports

This commit is contained in:
Judy N. Green 2002-11-14 18:33:09 +00:00
parent 02ca9a5307
commit 4cacb5b9b9

View file

@ -5,11 +5,8 @@ package org.eclipse.cdt.ui.wizards.conversion;
* All Rights Reserved. * All Rights Reserved.
*/ */
import org.eclipse.cdt.core.CCProjectNature;
import org.eclipse.cdt.core.CProjectNature;
import org.eclipse.cdt.ui.CUIPlugin; import org.eclipse.cdt.ui.CUIPlugin;
import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.CoreException;
/** /**
* *