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
RevLine 
[9cb4078]1//! \file f5data.h
[01e82c8]2/****************************************
3*  Computer Algebra System SINGULAR     *
4****************************************/
[341696]5/* $Id$ */
[01e82c8]6/*
7* ABSTRACT: lpolynomial definition
8*/
[762407]9#include "config.h"
[599326]10#include <kernel/mod2.h>
[01e82c8]11
12#ifdef HAVE_F5
[599326]13#include <kernel/kutil.h>
14#include <kernel/structs.h>
[76cfef]15#include <omalloc/omalloc.h>
[737a68]16#include <kernel/polys.h>
[210e07]17#include <polys/monomials/p_polys.h>
[599326]18#include <kernel/ideals.h>
19#include <kernel/febase.h>
20#include <kernel/kstd1.h>
21#include <kernel/khstd.h>
[210e07]22#include <polys/kbuckets.h>
[76cfef]23#include <polys/weight.h>
[210e07]24#include <misc/intvec.h>
[737a68]25#include <kernel/polys.h>
[599326]26#include <kernel/f5gb.h>
27#include <kernel/f5data.h>
28#include <kernel/f5lists.h>
[01e82c8]29/*
[9cb4078]30=====================
31everything is inlined
32=====================
[01e82c8]33*/
34#endif
Note: See TracBrowser for help on using the repository browser.