]> www.ginac.de Git - ginac.git/commitdiff
* Include the operators.h header file in the source files, not in ex.h.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 4 Jul 2002 19:50:27 +0000 (19:50 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 4 Jul 2002 19:50:27 +0000 (19:50 +0000)
  Rationale: It really gets in the way there, when trying to strip down
  the source files for debugging purposes.

ginac/function.pl

index bbadf37930d79fb067ff74ea295501cc1355769c..9150f343f4cd688334c920e080701a1b8cbe97f8 100755 (executable)
@@ -406,6 +406,7 @@ $implementation=<<END_OF_IMPLEMENTATION;
 #include <list>
 
 #include "function.h"
+#include "operators.h"
 #include "fderivative.h"
 #include "ex.h"
 #include "lst.h"