flintlib / flint

FLINT (Fast Library for Number Theory)
http://www.flintlib.org
GNU Lesser General Public License v3.0
401 stars 235 forks source link

Reduce more #1987

Closed albinahlback closed 1 month ago

albinahlback commented 1 month ago

For the last point, I defined calcium_stream_struct as a macro expanding to gr_stream_struct. Currently ca_types.h includes fmpz_mpoly.h, qqbar.h and nf_elem.h, which is not only heavy but also goes against my philosophy of that type-headers should only include other type-headers. But that can be fixed another time, better to start with this.