]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/designer.cpp
Use a dedicated exception class for route errors
[r2c2.git] / source / designer / designer.cpp
index 366a94839dc36ca46c2d97f867e3dd4b28f8bbfe..230b46f1ba0df23888a27bd54d7dcd8774d64361 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #include <signal.h>
 #include <algorithm>
 #include <cmath>
@@ -18,9 +11,9 @@ Distributed under the GPL
 #include <msp/gl/texture2d.h>
 #include <msp/input/keys.h>
 #include <msp/io/print.h>
-#include <msp/strings/codec.h>
+#include <msp/stringcodec/codec.h>
+#include <msp/stringcodec/utf8.h>
 #include <msp/strings/lexicalcast.h>
-#include <msp/strings/utf8.h>
 #include <msp/strings/utils.h>
 #include <msp/time/units.h>
 #include <msp/time/utils.h>