From bd43ebbad22c2e6c7e13d022778c7443d03d5302 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin <daniel.molkentin@nokia.com> Date: Wed, 14 Jan 2009 17:35:26 +0100 Subject: [PATCH] Fix Windows build: Remove leftover from class removals --- src/plugins/projectexplorer/applicationlauncher_win.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/projectexplorer/applicationlauncher_win.cpp b/src/plugins/projectexplorer/applicationlauncher_win.cpp index 09e0ee73c6c..c6279b4c3cf 100644 --- a/src/plugins/projectexplorer/applicationlauncher_win.cpp +++ b/src/plugins/projectexplorer/applicationlauncher_win.cpp @@ -34,7 +34,6 @@ #include "applicationlauncher.h" #include "consoleprocess.h" #include "winguiprocess.h" -#include <projectexplorer/ProjectExplorerInterfaces> #include <QDebug> -- GitLab