diff view/Pane.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 06b5f110c5d2
line wrap: on
line diff
--- a/view/Pane.cpp	Wed Mar 12 14:40:18 2008 +0000
+++ b/view/Pane.cpp	Wed Mar 12 17:42:56 2008 +0000
@@ -20,8 +20,8 @@
 #include "base/RealTime.h"
 #include "base/Profiler.h"
 #include "ViewManager.h"
-#include "base/CommandHistory.h"
-#include "base/TextAbbrev.h"
+#include "widgets/CommandHistory.h"
+#include "widgets/TextAbbrev.h"
 #include "base/Preferences.h"
 #include "layer/WaveformLayer.h"