tmf: Move timestamps to their own package
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfTmfTimestamp.java
index b3514d04316577e9aa790ccd4a8dac6de0491f33..a1ef50d114e658611d40de7545ba67d1133ec159 100644 (file)
@@ -12,8 +12,8 @@
 
 package org.eclipse.linuxtools.tmf.core.ctfadaptor;
 
-import org.eclipse.linuxtools.tmf.core.event.ITmfTimestamp;
-import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.timestamp.ITmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.timestamp.TmfTimestamp;
 
 /**
  * The CTF adapter for the TMF timestamp. It's basically the same as a
This page took 0.023966 seconds and 5 git commands to generate.