Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 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 | 999ae0f7d10c |
children | b32282fefccd |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Mon Jul 31 11:44:37 2006 +0000 +++ b/layer/Colour3DPlotLayer.h Mon Jul 31 14:05:22 2006 +0000 @@ -16,9 +16,9 @@ #ifndef _COLOUR_3D_PLOT_H_ #define _COLOUR_3D_PLOT_H_ -#include "base/Layer.h" +#include "Layer.h" -#include "model/DenseThreeDimensionalModel.h" +#include "data/model/DenseThreeDimensionalModel.h" class View; class QPainter;