Header cleanup in various plugins.

Change-Id: I16b273cc792bfd2035d35e7c67675f039cd387b9
Reviewed-on: http://codereview.qt.nokia.com/3185
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Friedemann Kleint
2011-08-18 15:04:13 +02:00
parent 610f77ed33
commit 6a6af5a59c
12 changed files with 25 additions and 17 deletions

View File

@@ -34,8 +34,8 @@
#define CPPQTSTYLEINDENTER_H
#include "cpptools_global.h"
#include <texteditor/indenter.h>
#include "cppcodestylesettingspage.h"
namespace TextEditor
{
@@ -43,6 +43,8 @@ class IFallbackPreferences;
}
namespace CppTools {
class CppCodeStyleSettings;
class CppCodeStylePreferences;
class CPPTOOLS_EXPORT CppQtStyleIndenter : public TextEditor::Indenter
{