diff 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
line wrap: on
line diff
--- a/layer/Layer.cpp	Wed Mar 12 14:40:18 2008 +0000
+++ b/layer/Layer.cpp	Wed Mar 12 17:42:56 2008 +0000
@@ -16,7 +16,7 @@
 #include "Layer.h"
 #include "view/View.h"
 #include "data/model/Model.h"
-#include "base/CommandHistory.h"
+#include "widgets/CommandHistory.h"
 
 #include <iostream>