]> www.ginac.de Git - ginac.git/blobdiff - ginac/ginac.h
merging 1.2 branch into main trunk
[ginac.git] / ginac / ginac.h
index 1dc48fe03cc5d086782fe36b615bb9c7ea4ab95c..183705359d57db4ead9ecd69ed610f85a1e08234 100644 (file)
@@ -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-2003 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
 #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