1 //! \file f5data.h
2 /****************************************
3 *  Computer Algebra System SINGULAR     *
4 ****************************************/
5 /*
6 * ABSTRACT: lpolynomial definition
7 */
8 
9 #include "kernel/mod2.h"
10 
11 #ifdef HAVE_F5
12 #include "kernel/GBEngine/kutil.h"
13 #include "kernel/structs.h"
14 #include "kernel/polys.h"
15 #include "polys/monomials/p_polys.h"
16 #include "kernel/ideals.h"
17 #include "kernel/GBEngine/kstd1.h"
18 #include "kernel/GBEngine/khstd.h"
19 #include "polys/kbuckets.h"
20 #include "polys/weight.h"
21 #include "misc/intvec.h"
22 #include "kernel/polys.h"
23 #include "kernel/GBEngine/f5gb.h"
24 #include "kernel/GBEngine/f5data.h"
25 #include "kernel/GBEngine/f5lists.h"
26 /*
27 =====================
28 everything is inlined
29 =====================
30 */
31 #endif
32