1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

Removed unnecessary import.

This commit is contained in:
John Camelon 2003-12-05 19:48:32 +00:00
parent b4cdaf9198
commit 1a4a0704fc

View file

@ -15,7 +15,6 @@ import java.io.Reader;
import java.util.Stack;
import org.eclipse.cdt.core.parser.ast.IASTInclusion;
import org.eclipse.cdt.internal.core.parser.IScannerContext.ContextKind;
public class ScannerContext implements IScannerContext
{