source: git/kernel/F5cLists.cc @ 210e07

spielwiese
Last change on this file since 210e07 was 210e07, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: testing headers with "make test.o" FIX: cleaning up headers in kernel: TODO: kutil.h?! FIX: febase.h -> old.febase.h (remove later on) ADD: dummy headers instead of some splited or moved: febase.h, modulop.h (for later fixing) FIX: renamed various obsolette files into "old.*"
  • Property mode set to 100644
File size: 495 bytes
Line 
1#include <kernel/mod2.h>
2
3#ifdef HAVE_F5C
4#include <kernel/kutil.h>
5#include <kernel/structs.h>
6#include <omalloc.h>
7#include <polys/polys.h>
8#include <polys/monomials/p_polys.h>
9#include <kernel/ideals.h>
10#include <kernel/febase.h>
11#include <kernel/kstd1.h>
12#include <kernel/khstd.h>
13#include <polys/kbuckets.h>
14#include <kernel/weight.h>
15#include <misc/intvec.h>
16#include <kernel/pInline1.h>
17#include <kernel/f5c.h>
18#include <kernel/F5cData.h>
19#include <kernel/F5cLists.h>
20
21#endif
22// HAVE_F5C
Note: See TracBrowser for help on using the repository browser.