Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.threadprofiler/src/org/eclipse/linuxtools/threadprofiler/LaunchThreadProfiler.java')
-rw-r--r--systemtap/org.eclipse.linuxtools.threadprofiler/src/org/eclipse/linuxtools/threadprofiler/LaunchThreadProfiler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap/org.eclipse.linuxtools.threadprofiler/src/org/eclipse/linuxtools/threadprofiler/LaunchThreadProfiler.java b/systemtap/org.eclipse.linuxtools.threadprofiler/src/org/eclipse/linuxtools/threadprofiler/LaunchThreadProfiler.java
index 7af8e84f62..1cb2dde1bb 100644
--- a/systemtap/org.eclipse.linuxtools.threadprofiler/src/org/eclipse/linuxtools/threadprofiler/LaunchThreadProfiler.java
+++ b/systemtap/org.eclipse.linuxtools.threadprofiler/src/org/eclipse/linuxtools/threadprofiler/LaunchThreadProfiler.java
@@ -2,7 +2,7 @@ package org.eclipse.linuxtools.threadprofiler;
import org.eclipse.cdt.core.model.IBinary;
import org.eclipse.debug.core.ILaunchConfigurationWorkingCopy;
-import org.eclipse.linuxtools.callgraph.launch.SystemTapLaunchShortcut;
+import org.eclipse.linuxtools.internal.callgraph.launch.SystemTapLaunchShortcut;
public class LaunchThreadProfiler extends SystemTapLaunchShortcut{

Back to the top