diff options
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 3 |
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 | ||
31 | class CommandProcessor; | ||
32 | |||
33 | namespace Sink { | 31 | namespace Sink { |
34 | class Pipeline; | 32 | class Pipeline; |
35 | class Preprocessor; | 33 | class Preprocessor; |
36 | class Synchronizer; | 34 | class Synchronizer; |
35 | class CommandProcessor; | ||
37 | 36 | ||
38 | /** | 37 | /** |
39 | * Generic Resource implementation. | 38 | * Generic Resource implementation. |