--- trunk/escript/src/DataBlocks2D.h 2006/01/30 06:33:08 476 +++ trunk/escript/src/DataBlocks2D.h 2006/01/30 07:20:20 477 @@ -22,7 +22,6 @@ #include #include -#include namespace escript { @@ -43,7 +42,6 @@ // The type of the underlying data array under management. // The multi-dimensional data points are flattened and stored // serially as a vector of doubles. - //typedef std::vector ValueType; typedef DataVector ValueType; /**