comparison layer/Layer.cpp @ 376:e1a9e478b7f2

* juggle some files around in order to free audioio, base, and system libraries from dependency on QtGui
author Chris Cannam
date Wed, 12 Mar 2008 17:42:56 +0000
parents 6167a28d25fc
children be5c35d3f409
comparison
equal deleted inserted replaced
375:daaf1c435d98 376:e1a9e478b7f2
14 */ 14 */
15 15
16 #include "Layer.h" 16 #include "Layer.h"
17 #include "view/View.h" 17 #include "view/View.h"
18 #include "data/model/Model.h" 18 #include "data/model/Model.h"
19 #include "base/CommandHistory.h" 19 #include "widgets/CommandHistory.h"
20 20
21 #include <iostream> 21 #include <iostream>
22 22
23 #include <QMutexLocker> 23 #include <QMutexLocker>
24 #include <QMouseEvent> 24 #include <QMouseEvent>