]> git.tdb.fi Git - libs/core.git/commitdiff
core/error.h renamed to except.h
authorMikko Rasa <tdb@tdb.fi>
Thu, 4 Oct 2007 20:41:25 +0000 (20:41 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 4 Oct 2007 20:41:25 +0000 (20:41 +0000)
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