1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Moved DOM to src/ folder from parser/ folder.

This commit is contained in:
John Camelon 2004-12-09 01:09:08 +00:00
parent 765f599d1d
commit e5ffb20068

View file

@ -9,6 +9,8 @@
* IBM - Initial API and implementation
**********************************************************************/
package org.eclipse.cdt.core.dom;
import org.eclipse.cdt.core.dom.IASTServiceProvider;
import org.eclipse.cdt.core.dom.ICodeReaderFactory;
/**
* @author jcamelon