]> git.tdb.fi Git - libs/core.git/blobdiff - source/path.cpp
Win32 tweaks
[libs/core.git] / source / path.cpp
index 93a0a84630e29aeab758dd547931885f0d999b89..b6942149b927cf3befc95d2b9b5cb674a33d6b3f 100644 (file)
@@ -4,10 +4,11 @@ Copyright © 2006  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 #include <msp/strutils.h>
+#include "utils.h"
 #include "path.h"
+#include "utils.h"
 
 using namespace std;
-#include <iostream>
 
 namespace Msp {
 namespace Path {