X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fpolynomial%2Fcollect_vargs.cpp;h=89c3b8bec49321e8adffc70df2db2e8d94f4be9a;hp=aa9ae34aeaba090ec2c2d02689bba8c2697b0e5a;hb=c28e61da33905ddc69abf893aaffec98aa30d053;hpb=b9dc3d71083fe1a2f90a34db24b57b06ad51ebde diff --git a/ginac/polynomial/collect_vargs.cpp b/ginac/polynomial/collect_vargs.cpp index aa9ae34a..89c3b8be 100644 --- a/ginac/polynomial/collect_vargs.cpp +++ b/ginac/polynomial/collect_vargs.cpp @@ -1,19 +1,41 @@ -#include -#include -#include -#include -#include +/** @file collect_vargs.cpp + * + * Utility functions. */ + +/* + * GiNaC Copyright (C) 1999-2010 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "add.h" #include "mul.h" #include "operators.h" #include "power.h" #include "collect_vargs.h" -#include #include "smod_helpers.h" -#include "debug.hpp" +#include "debug.h" -namespace GiNaC -{ +#include +#include +#include +#include +#include +#include + +namespace GiNaC { typedef std::map ex_collect_priv_t; @@ -164,4 +186,3 @@ cln::cl_I integer_lcoeff(const ex& e, const exvector& vars) } } // namespace GiNaC -