summaryrefslogtreecommitdiffstats
path: root/common/genericresource.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/genericresource.h')
-rw-r--r--common/genericresource.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/genericresource.h b/common/genericresource.h
index a3a58b9..12f15f3 100644
--- a/common/genericresource.h
+++ b/common/genericresource.h
@@ -28,12 +28,11 @@
28 28
29#include <QTimer> 29#include <QTimer>
30 30
31class CommandProcessor;
32
33namespace Sink { 31namespace Sink {
34class Pipeline; 32class Pipeline;
35class Preprocessor; 33class Preprocessor;
36class Synchronizer; 34class Synchronizer;
35class CommandProcessor;
37 36
38/** 37/**
39 * Generic Resource implementation. 38 * Generic Resource implementation.