]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/blockiter.h
Allow zones with no qualifier or no number
[r2c2.git] / source / libr2c2 / blockiter.h
index 5c235a54eb2a05be726755a529b73a17ed19ce17..362c918e1f1c5c6f52893399204bda49c4c6f6e3 100644 (file)
@@ -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;