1 /*
2     Copyright (C) 2013 Mike Hansen
3 
4     This file is part of FLINT.
5 
6     FLINT is free software: you can redistribute it and/or modify it under
7     the terms of the GNU Lesser General Public License (LGPL) as published
8     by the Free Software Foundation; either version 2.1 of the License, or
9     (at your option) any later version.  See <http://www.gnu.org/licenses/>.
10 */
11 
12 #include "fq_zech_poly.h"
13 
14 #ifdef T
15 #undef T
16 #endif
17 
18 #define T fq_zech
19 #define CAP_T FQ_ZECH
20 #include "fq_poly_templates/gen.c"
21 #undef CAP_T
22 #undef T
23