Mercurial > hg > sonic-visualiser
comparison document/Document.cpp @ 1:40116f709d3b
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | cd5d7ff8ef38 |
children | 61259228d029 |
comparison
equal
deleted
inserted
replaced
0:cd5d7ff8ef38 | 1:40116f709d3b |
---|---|
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #include "Document.h" | 16 #include "Document.h" |
17 | 17 |
18 #include "model/WaveFileModel.h" | 18 #include "data/model/WaveFileModel.h" |
19 #include "base/Layer.h" | 19 #include "layer/Layer.h" |
20 #include "base/CommandHistory.h" | 20 #include "base/CommandHistory.h" |
21 #include "base/Command.h" | 21 #include "base/Command.h" |
22 #include "base/View.h" | 22 #include "view/View.h" |
23 #include "base/PlayParameterRepository.h" | 23 #include "base/PlayParameterRepository.h" |
24 #include "base/PlayParameters.h" | 24 #include "base/PlayParameters.h" |
25 #include "transform/TransformFactory.h" | 25 #include "transform/TransformFactory.h" |
26 #include <iostream> | 26 #include <iostream> |
27 | 27 |