Mercurial > hg > svgui
comparison widgets/PropertyBox.cpp @ 128:33929e0c3c6b
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | 4772fc75ac7c |
children | dd6dd983e8ef |
comparison
equal
deleted
inserted
replaced
127:89c625dda204 | 128:33929e0c3c6b |
---|---|
16 #include "PropertyBox.h" | 16 #include "PropertyBox.h" |
17 #include "PluginParameterDialog.h" | 17 #include "PluginParameterDialog.h" |
18 | 18 |
19 #include "base/PropertyContainer.h" | 19 #include "base/PropertyContainer.h" |
20 #include "base/PlayParameters.h" | 20 #include "base/PlayParameters.h" |
21 #include "base/Layer.h" | 21 #include "layer/Layer.h" |
22 #include "base/UnitDatabase.h" | 22 #include "base/UnitDatabase.h" |
23 | 23 |
24 #include "plugin/RealTimePluginFactory.h" | 24 #include "plugin/RealTimePluginFactory.h" |
25 #include "plugin/RealTimePluginInstance.h" | 25 #include "plugin/RealTimePluginInstance.h" |
26 #include "plugin/PluginXml.h" | 26 #include "plugin/PluginXml.h" |