Skip to content
Snippets Groups Projects
Commit 512f352c authored by con's avatar con
Browse files

Avoid that anyone using action manager has to explicitly include uniqueidmanager

parent 6780cb88
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@
#define ACTIONMANAGER_H
#include "coreplugin/core_global.h"
#include "coreplugin/uniqueidmanager.h"
#include <QtCore/QObject>
#include <QtCore/QList>
......@@ -46,7 +47,6 @@ namespace Core {
class ActionContainer;
class Command;
class Context;
class Id;
class CORE_EXPORT ActionManager : public QObject
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment