Mercurial > hg > svcore
comparison data/model/RangeSummarisableTimeValueModel.h @ 1565:2a06e4bc1c41 zoom
Remove unnecessary include
author | Chris Cannam |
---|---|
date | Tue, 06 Nov 2018 10:53:28 +0000 |
parents | 54af1e21705c |
children | c01cbe41aeb5 |
comparison
equal
deleted
inserted
replaced
1564:5f9c9d8c3de6 | 1565:2a06e4bc1c41 |
---|---|
17 #define SV_RANGE_SUMMARISABLE_TIME_VALUE_MODEL_H | 17 #define SV_RANGE_SUMMARISABLE_TIME_VALUE_MODEL_H |
18 | 18 |
19 #include <QObject> | 19 #include <QObject> |
20 | 20 |
21 #include "DenseTimeValueModel.h" | 21 #include "DenseTimeValueModel.h" |
22 #include "base/ZoomConstraint.h" | |
23 | 22 |
24 #include <stdint.h> | 23 #include <stdint.h> |
25 | 24 |
26 /** | 25 /** |
27 * Base class for models containing dense two-dimensional data (value | 26 * Base class for models containing dense two-dimensional data (value |