tmf: Split the state system in a separate plugin
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.core / src / org / eclipse / linuxtools / internal / lttng2 / kernel / core / StateValues.java
index 8584912d19fa1473f333840c167ea72e1e39659c..53a4efb498929ee5247a93e421a8943eb2d3dd32 100644 (file)
@@ -12,8 +12,8 @@
 
 package org.eclipse.linuxtools.internal.lttng2.kernel.core;
 
-import org.eclipse.linuxtools.tmf.core.statevalue.ITmfStateValue;
-import org.eclipse.linuxtools.tmf.core.statevalue.TmfStateValue;
+import org.eclipse.linuxtools.statesystem.core.statevalue.ITmfStateValue;
+import org.eclipse.linuxtools.statesystem.core.statevalue.TmfStateValue;
 
 /**
  * State values that are used in the kernel event handler. It's much better to
This page took 0.026779 seconds and 5 git commands to generate.