From: Richard Kreckel Date: Thu, 4 Jul 2002 19:50:27 +0000 (+0000) Subject: * Include the operators.h header file in the source files, not in ex.h. X-Git-Tag: release_1-1-0~91 X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=05c40b83cd75a07fe3a6218a99a836a838d973b7;p=ginac.git * Include the operators.h header file in the source files, not in ex.h. Rationale: It really gets in the way there, when trying to strip down the source files for debugging purposes. --- diff --git a/ginac/function.pl b/ginac/function.pl index bbadf379..9150f343 100755 --- a/ginac/function.pl +++ b/ginac/function.pl @@ -406,6 +406,7 @@ $implementation=< #include "function.h" +#include "operators.h" #include "fderivative.h" #include "ex.h" #include "lst.h"