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,14 +28,12 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "breakhandler.h"
|
||||
#include "debuggerinternalconstants.h"
|
||||
#include "breakpointmarker.h"
|
||||
|
||||
#include "debuggeractions.h"
|
||||
#include "debuggercore.h"
|
||||
#include "debuggerengine.h"
|
||||
#include "debuggerstringutils.h"
|
||||
#include "stackframe.h"
|
||||
|
||||
#include <extensionsystem/invoker.h>
|
||||
#include <utils/hostosinfo.h>
|
||||
@@ -46,8 +44,7 @@
|
||||
#endif
|
||||
|
||||
#include <QDir>
|
||||
#include <QFileInfo>
|
||||
#include <QTimerEvent>
|
||||
#include <QDebug>
|
||||
|
||||
#define BREAK_ASSERT(cond, action) if (cond) {} else { action; }
|
||||
//#define BREAK_ASSERT(cond, action) QTC_ASSERT(cond, action)
|
||||
|
||||
Reference in New Issue
Block a user