]> www.ginac.de Git - ginac.git/blobdiff - ginac/ginac.h
- change triggered by newer automake version
[ginac.git] / ginac / ginac.h
index c9661091b629610eb064ae563d9481f61320b51c..c91d06c44f39b91e29cbdc41bf39c54b6779fcbb 100644 (file)
@@ -3,7 +3,7 @@
  *  This include file includes all other public GiNaC headers. */
 
 /*
- *  GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2000 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
@@ -27,6 +27,7 @@
 
 #include <ginac/ex.h>
 #include <ginac/normal.h>
+#include <ginac/archive.h>
 
 #include <ginac/constant.h>
 #include <ginac/fail.h>
@@ -43,7 +44,7 @@
 #include <ginac/expairseq.h>
 #include <ginac/add.h>
 #include <ginac/mul.h>
-#include <ginac/series.h>
+#include <ginac/pseries.h>
 
 #include <ginac/exprseq.h>
 #include <ginac/function.h>
@@ -60,6 +61,7 @@
 #include <ginac/isospin.h>
 #include <ginac/lorentzidx.h>
 #include <ginac/simp_lor.h>
-#endif /* ndef GINAC_BASE_ONLY */
+#include <ginac/lortensor.h>
+#endif // ndef GINAC_BASE_ONLY
 
-#endif /* ndef __GINAC_H__ */
+#endif // ndef __GINAC_H__