source: git/kernel/f5data.cc @ 762407

spielwiese
Last change on this file since 762407 was 762407, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
config.h is for sources files only FIX: config.h should only be used by source (not from inside kernel/mod2.h!) NOTE: each source file should better include mod2.h right after config.h, while headers should better not include mod2.h.
  • Property mode set to 100644
File size: 776 bytes
Line 
1//! \file f5data.h
2/****************************************
3*  Computer Algebra System SINGULAR     *
4****************************************/
5/* $Id$ */
6/*
7* ABSTRACT: lpolynomial definition
8*/
9#include "config.h"
10#include <kernel/mod2.h>
11
12#ifdef HAVE_F5
13#include <kernel/kutil.h>
14#include <kernel/structs.h>
15#include <omalloc/omalloc.h>
16#include <kernel/polys.h>
17#include <polys/monomials/p_polys.h>
18#include <kernel/ideals.h>
19#include <kernel/febase.h>
20#include <kernel/kstd1.h>
21#include <kernel/khstd.h>
22#include <polys/kbuckets.h>
23#include <polys/weight.h>
24#include <misc/intvec.h>
25#include <kernel/polys.h>
26#include <kernel/f5gb.h>
27#include <kernel/f5data.h>
28#include <kernel/f5lists.h>
29/*
30=====================
31everything is inlined
32=====================
33*/
34#endif
Note: See TracBrowser for help on using the repository browser.