]> www.ginac.de Git - ginac.git/commitdiff
Fixed compile errors introduced in previous commit
authorJens Vollinga <jensv@balin.nikhef.nl>
Tue, 3 Feb 2009 12:50:33 +0000 (13:50 +0100)
committerJens Vollinga <jensv@balin.nikhef.nl>
Tue, 3 Feb 2009 12:50:33 +0000 (13:50 +0100)
45b1e47372090352ac5af655b32473df2abab23b.

ginac/polynomial/collect_vargs.cpp
ginac/polynomial/divide_in_z_p.cpp
ginac/polynomial/divide_in_z_p.h
ginac/polynomial/euclid_gcd_wrap.h
ginac/polynomial/eval_point_finder.h
ginac/polynomial/mgcd.cpp

index 5649e4a8373b5904eff7315ad56cbe8690ad6baa..aa9ae34aeaba090ec2c2d02689bba8c2697b0e5a 100644 (file)
@@ -3,7 +3,10 @@
 #include <algorithm>
 #include <stdexcept>
 #include <string>
 #include <algorithm>
 #include <stdexcept>
 #include <string>
-#include <ginac/ginac.h>
+#include "add.h"
+#include "mul.h"
+#include "operators.h"
+#include "power.h"
 #include "collect_vargs.h"
 #include <cln/integer.h>
 #include "smod_helpers.h"
 #include "collect_vargs.h"
 #include <cln/integer.h>
 #include "smod_helpers.h"
index dff30a9d6ab64724716b245425e217f7da61847e..58ad7e8b4eba48b47e397c4bf4edb0468996150c 100644 (file)
@@ -1,4 +1,6 @@
-#include <ginac/ginac.h>
+#include "add.h"
+#include "operators.h"
+#include "power.h"
 #include "smod_helpers.h"
 
 namespace GiNaC
 #include "smod_helpers.h"
 
 namespace GiNaC
index f790fcdcb41b70a361b4054ddbc430ea72e58a16..d973e5eaf7636a7dda93d45c12942cb7fb123300 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef GINAC_CHINREM_GCD_DIVIDE_IN_Z_P_H
 #define GINAC_CHINREM_GCD_DIVIDE_IN_Z_P_H
 
 #ifndef GINAC_CHINREM_GCD_DIVIDE_IN_Z_P_H
 #define GINAC_CHINREM_GCD_DIVIDE_IN_Z_P_H
 
-#include <ginac/ginac.h>
+#include "ex.h"
 namespace GiNaC
 {
 
 namespace GiNaC
 {
 
index d77f71c00a139b44439f5c3154361a104aa0f8e4..c1cd2eebf63102341f58983f885b4125e2d05c78 100644 (file)
@@ -3,7 +3,11 @@
 #include "upoly.hpp"
 #include "gcd_euclid.tcc"
 #include "smod_helpers.h"
 #include "upoly.hpp"
 #include "gcd_euclid.tcc"
 #include "smod_helpers.h"
-#include <ginac/ginac.h>
+#include "add.h"
+#include "ex.h"
+#include "operators.h"
+#include "power.h"
+#include "relational.h"
 #include "debug.hpp"
 
 namespace GiNaC
 #include "debug.hpp"
 
 namespace GiNaC
index 8ceadd1f5005c5c99cf34bb26fa9ee8b5707d70f..afe718f9183f71206c9a98ade30a160365f46770 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef GINAC_PGCD_EVAL_POINT_FINDER_H
 #define GINAC_PGCD_EVAL_POINT_FINDER_H
 #ifndef GINAC_PGCD_EVAL_POINT_FINDER_H
 #define GINAC_PGCD_EVAL_POINT_FINDER_H
-#include <ginac/ginac.h>
+#include "operators.h"
 #include <set>
 
 namespace GiNaC
 #include <set>
 
 namespace GiNaC
index b39475cc5fa05e88b7ea23a5911966d391c64e62..1dfd9207a7a767f7b9f373f90206aa1c4b07febe 100644 (file)
@@ -1,3 +1,4 @@
+#include "operators.h"
 #include "chinrem_gcd.h"
 #include <cln/integer.h>
 #include "pgcd.h"
 #include "chinrem_gcd.h"
 #include <cln/integer.h>
 #include "pgcd.h"