source: git/kernel/F5cLists.cc @ 4e35a89

spielwiese
Last change on this file since 4e35a89 was 599326, checked in by Kai Krüger <krueger@…>, 14 years ago
Anne, Kai, Frank: - changes to #include "..." statements to allow cleaner build structure - affected directories: omalloc, kernel, Singular - not yet done: IntergerProgramming git-svn-id: file:///usr/local/Singular/svn/trunk@13032 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 490 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 <kernel/polys.h>
8#include <kernel/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 <kernel/kbuckets.h>
14#include <kernel/weight.h>
15#include <kernel/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.