tmf: Move TmfTraceType and custom parsers to tmf.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / wizards / importtrace / ImportTraceContentProvider.java
index c3fb61bf5016b86301b4d3c50083bee540b40710..2733d2713eb69976470958703d96432917e66654 100644 (file)
@@ -23,7 +23,7 @@ import java.util.TreeSet;
 
 import org.eclipse.jface.viewers.ITreeContentProvider;
 import org.eclipse.jface.viewers.Viewer;
-import org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceType;
+import org.eclipse.linuxtools.tmf.core.project.model.TmfTraceType;
 
 /**
  * A helper class to show the trace types and files and names. it contains the
This page took 0.024669 seconds and 5 git commands to generate.