Mercurial > hg > svapp
diff framework/Document.cpp @ 105:907e44e4ecf0
* 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 | db267a315058 |
children | b9faa1418d29 |
line wrap: on
line diff
--- a/framework/Document.cpp Tue Mar 11 09:23:48 2008 +0000 +++ b/framework/Document.cpp Wed Mar 12 17:42:56 2008 +0000 @@ -20,7 +20,7 @@ #include "data/model/DenseThreeDimensionalModel.h" #include "data/model/DenseTimeValueModel.h" #include "layer/Layer.h" -#include "base/CommandHistory.h" +#include "widgets/CommandHistory.h" #include "base/Command.h" #include "view/View.h" #include "base/PlayParameterRepository.h"