]> www.ginac.de Git - ginac.git/blobdiff - ginac/fail.cpp
* As agreed upon at lunch, remove debugmsg since it is hardly of any use.
[ginac.git] / ginac / fail.cpp
index d3ed59a29e512a21fb73cf83bbfb30dc83ffcfb8..bbbff1b2a270cd068d302947b990d95cbb975dc5 100644 (file)
@@ -24,7 +24,6 @@
 #include "fail.h"
 #include "print.h"
 #include "archive.h"
-#include "debugmsg.h"
 #include "utils.h"
 
 namespace GiNaC {
@@ -32,7 +31,7 @@ namespace GiNaC {
 GINAC_IMPLEMENT_REGISTERED_CLASS(fail, basic)
 
 //////////
-// default ctor, dtor, copy ctor assignment operator and helpers
+// default ctor, dtor, copy ctor, assignment operator and helpers
 //////////
 
 DEFAULT_CTORS(fail)