]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/routeselect.cpp
Strip Id tags and copyright notices from files
[r2c2.git] / source / engineer / routeselect.cpp
index 0e191499a0541d89478de35c94b44e7522329163..47259e3ba4b6b27e745743beb0411aab1c1161ba 100644 (file)
@@ -1,18 +1,11 @@
-/* $Id$
-
-This file is part of the MSP Märklin suite
-Copyright © 2009 Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #include <msp/gltk/label.h>
 #include "engineer.h"
-#include "libmarklin/route.h"
+#include "libr2c2/route.h"
 #include "routeselect.h"
 
 using namespace std;
 using namespace Msp;
-using namespace Marklin;
+using namespace R2C2;
 
 RouteSelect::RouteSelect(Engineer &e, Train &t):
        engineer(e),