source: git/kernel/f5data.cc @ 16f511

spielwiese
Last change on this file since 16f511 was 16f511, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Fixed the usage of "config.h" (if defined HAVE_CONFIG_H)
  • Property mode set to 100644
File size: 813 bytes
RevLine 
[9cb4078]1//! \file f5data.h
[01e82c8]2/****************************************
3*  Computer Algebra System SINGULAR     *
4****************************************/
5/*
6* ABSTRACT: lpolynomial definition
7*/
[16f511]8#ifdef HAVE_CONFIG_H
[762407]9#include "config.h"
[16f511]10#endif /* HAVE_CONFIG_H */
[599326]11#include <kernel/mod2.h>
[01e82c8]12
13#ifdef HAVE_F5
[599326]14#include <kernel/kutil.h>
15#include <kernel/structs.h>
[76cfef]16#include <omalloc/omalloc.h>
[737a68]17#include <kernel/polys.h>
[210e07]18#include <polys/monomials/p_polys.h>
[599326]19#include <kernel/ideals.h>
20#include <kernel/febase.h>
21#include <kernel/kstd1.h>
22#include <kernel/khstd.h>
[210e07]23#include <polys/kbuckets.h>
[76cfef]24#include <polys/weight.h>
[210e07]25#include <misc/intvec.h>
[737a68]26#include <kernel/polys.h>
[599326]27#include <kernel/f5gb.h>
28#include <kernel/f5data.h>
29#include <kernel/f5lists.h>
[01e82c8]30/*
[9cb4078]31=====================
32everything is inlined
33=====================
[01e82c8]34*/
35#endif
Note: See TracBrowser for help on using the repository browser.