forked from qt-creator/qt-creator
Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.
This commit is contained in:
@@ -30,22 +30,18 @@
|
||||
#ifndef DEBUGGER_AGENTS_H
|
||||
#define DEBUGGER_AGENTS_H
|
||||
|
||||
#include "debuggermanager.h"
|
||||
#include "stackframe.h"
|
||||
|
||||
#include <coreplugin/editormanager/ieditor.h>
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QPointer>
|
||||
#include <QtGui/QAction>
|
||||
|
||||
|
||||
namespace Core {
|
||||
class IEditor;
|
||||
}
|
||||
namespace Debugger {
|
||||
class DebuggerManager;
|
||||
namespace Internal {
|
||||
|
||||
namespace Internal {
|
||||
struct StackFrame;
|
||||
class IDebuggerEngine;
|
||||
struct DisassemblerViewAgentPrivate;
|
||||
|
||||
class MemoryViewAgent : public QObject
|
||||
|
||||
Reference in New Issue
Block a user