]> git.tdb.fi Git - libs/core.git/blobdiff - source/utils.cpp
core/error.h renamed to except.h
[libs/core.git] / source / utils.cpp
index acf7dcd1f66516a04ca8fdc928dc1ee0da4f513c..721fc69249a98f8d7a85a471eb39b6db167bf9a8 100644 (file)
@@ -7,7 +7,7 @@ Distributed under the LGPL
 
 #include <dirent.h>
 #include <errno.h>
-#include <msp/core/error.h>
+#include <msp/core/except.h>
 #ifndef WIN32
 #include <fnmatch.h>
 #else