X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fblockiter.h;h=362c918e1f1c5c6f52893399204bda49c4c6f6e3;hb=f7ab597d035a053311c1a8c5baa51b090262f045;hp=5c235a54eb2a05be726755a529b73a17ed19ce17;hpb=1ff06c5bc46a677fa389ef86c6b26664368f1653;p=r2c2.git diff --git a/source/libr2c2/blockiter.h b/source/libr2c2/blockiter.h index 5c235a5..362c918 100644 --- a/source/libr2c2/blockiter.h +++ b/source/libr2c2/blockiter.h @@ -1,16 +1,10 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_BLOCKITER_H_ #define LIBR2C2_BLOCKITER_H_ +#include "block.h" + namespace R2C2 { -class Block; class Route; class TrackIter;