X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fnumeric.cpp;h=eeff9143dd841b0ea56611e2131927b84b52a2d3;hb=9197695fc88502b6a56c7270e824f73faa7749f9;hp=ff5d510ca39023a8aa8262ee1cc021bf6bd916ec;hpb=4f0b17af13eb5f7f34fdab171c6d630a77badb3d;p=ginac.git diff --git a/ginac/numeric.cpp b/ginac/numeric.cpp index ff5d510c..eeff9143 100644 --- a/ginac/numeric.cpp +++ b/ginac/numeric.cpp @@ -7,7 +7,7 @@ * of special functions or implement the interface to the bignum package. */ /* - * GiNaC Copyright (C) 1999-2020 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2021 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 @@ -24,10 +24,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include "numeric.h" #include "ex.h" #include "operators.h"