1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Put imports

This commit is contained in:
Alain Magloire 2003-09-08 04:58:16 +00:00
parent 02988e794e
commit b618113882

View file

@ -12,7 +12,7 @@ package org.eclipse.cdt.make.internal.core.makefile;
import java.io.File; import java.io.File;
import org.eclipse.cdt.make.core.makefile.*; import org.eclipse.cdt.make.core.makefile.ITarget;
public class Target implements ITarget { public class Target implements ITarget {