forked from qt-creator/qt-creator
Clean headers in debugger plugin.
Change-Id: Ia50e61a82101b699390b23b4f1ea9509619314bb Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -28,12 +28,10 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "procinterrupt.h"
|
||||
#include "debuggerconstants.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QProcess> // makes kill visible on Windows.
|
||||
#include <QFile>
|
||||
#include <QDir>
|
||||
|
||||
using namespace Debugger::Internal;
|
||||
|
||||
static inline QString msgCannotInterrupt(int pid, const QString &why)
|
||||
|
||||
Reference in New Issue
Block a user