Fix forward declaration

This commit is contained in:
dt
2010-03-30 14:14:37 +02:00
parent 960e00edc0
commit d89d2db097

View File

@@ -42,10 +42,9 @@ class FontSettings;
namespace CMakeProjectManager {
class CMakeManager;
namespace Internal {
class CMakeManager;
class CMakeHighlighter;
class CMakeEditor;