diff options
author | Friedemann Kleint <[email protected]> | 2010-03-24 10:43:01 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2010-03-24 10:43:01 +0100 |
commit | 8a58a2fe71c36a233f5d056aba6c588f24fd2f87 (patch) | |
tree | 5529590df92f411101d4793bf5f2f776b99d47e0 /src/plugins/cpaster/cpasterplugin.h | |
parent | c750facb7767ea5a89122a0761d4d7bccbe7f12a (diff) |
Header cleaning mainly in find/cpaster.
Diffstat (limited to 'src/plugins/cpaster/cpasterplugin.h')
-rw-r--r-- | src/plugins/cpaster/cpasterplugin.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/plugins/cpaster/cpasterplugin.h b/src/plugins/cpaster/cpasterplugin.h index 582325e2994..9306813d587 100644 --- a/src/plugins/cpaster/cpasterplugin.h +++ b/src/plugins/cpaster/cpasterplugin.h @@ -30,22 +30,18 @@ #ifndef CODEPASTERPLUGIN_H #define CODEPASTERPLUGIN_H -#include "settingspage.h" -#include "protocol.h" - -#include <coreplugin/editormanager/ieditorfactory.h> -#include <coreplugin/icorelistener.h> #include <extensionsystem/iplugin.h> -#include <QtCore/QObject> #include <QtCore/QList> QT_BEGIN_NAMESPACE -class QListWidget; +class QAction; QT_END_NAMESPACE -namespace CodePaster { +class Protocol; +namespace CodePaster { +class SettingsPage; class CustomFetcher; class CustomPoster; |