]> www.ginac.de Git - ginac.git/commit
numeric.cpp, archive.cpp: don't include config.h
authorAlexey Sheplyakov <asheplyakov@altlinux.org>
Wed, 18 Dec 2019 12:39:12 +0000 (16:39 +0400)
committerAlexey Sheplyakov <asheplyakov@altlinux.org>
Fri, 28 Aug 2020 15:15:31 +0000 (19:15 +0400)
commit08c190937df7e802393b588d3cc82d2bdf00b128
tree95ee78efd145882a5eed5a0e75a32cf808263732
parent3b980fd5eeadd638874dfe03801c4c15926882c6
numeric.cpp, archive.cpp: don't include config.h

config.h is necessary for excompiler only, the rest of the library
is pretty portable. Not including dynamically generated headers
saves compilation time due to more (c)cache hits.
ginac/archive.cpp
ginac/numeric.cpp