X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fginac.h;h=a13cc827985afc1425bf1e096ec41ddeeb71cc8a;hp=1dc48fe03cc5d086782fe36b615bb9c7ea4ab95c;hb=9f015041142625abf6645b3ea39c62b59a5f442c;hpb=06eb6b761f4b9d9eed4decd8ed50d94b40b94a0e diff --git a/ginac/ginac.h b/ginac/ginac.h index 1dc48fe0..a13cc827 100644 --- a/ginac/ginac.h +++ b/ginac/ginac.h @@ -3,7 +3,7 @@ * This include file includes all other public GiNaC headers. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -41,18 +41,21 @@ #include "relational.h" #include "structure.h" #include "symbol.h" +#include "pseries.h" +#include "wildcard.h" +#include "symmetry.h" #include "expair.h" #include "expairseq.h" #include "add.h" #include "mul.h" -#include "pseries.h" #include "exprseq.h" #include "function.h" #include "ncmul.h" #include "inifcns.h" +#include "fderivative.h" #include "operators.h" #ifndef GINAC_BASE_ONLY