summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/basevcseditorfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/vcsbase/basevcseditorfactory.h')
-rw-r--r--src/plugins/vcsbase/basevcseditorfactory.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/vcsbase/basevcseditorfactory.h b/src/plugins/vcsbase/basevcseditorfactory.h
index d239b85e56..7bc9e30eff 100644
--- a/src/plugins/vcsbase/basevcseditorfactory.h
+++ b/src/plugins/vcsbase/basevcseditorfactory.h
@@ -36,9 +36,7 @@
#include <coreplugin/editormanager/ieditorfactory.h>
namespace VcsBase {
-namespace Internal {
-class BaseVcsEditorFactoryPrivate;
-} // namespace Internal
+namespace Internal { class BaseVcsEditorFactoryPrivate; }
class VCSBASE_EXPORT BaseVcsEditorFactory : public Core::IEditorFactory
{