source: git/Singular/libsingular.h @ 8d1432e

spielwiese
Last change on this file since 8d1432e was 52e6ef, checked in by Hans Schoenemann <hannes@…>, 8 years ago
chg: use misc/auxiliary.h in libpolys and kernel/mod2.h in Singular for config
  • Property mode set to 100644
File size: 795 bytes
RevLine 
[ef6f95]1#ifndef LIBSINGULAR__H
2#define LIBSINGULAR__H
[a1ab2a]3
[ef6f95]4#include <math.h> // Why this?
[0ff203]5
[52e6ef]6#include <singularconfig.h>
7#include <kernel/mod2.h>
[0ff203]8#include <kernel/structs.h>
9#include <kernel/polys.h>
10#include <coeffs/numbers.h>
[a3ebb3]11#include <kernel/oswrapper/feread.h>
[0ff203]12#include <polys/monomials/ring.h>
[b5f5444]13#include <omalloc/omalloc.h>
[0ff203]14#include <polys/clapsing.h>
15#include <polys/monomials/maps.h>
[57fa2c4]16#include <kernel/GBEngine/kutil.h>
17#include <kernel/GBEngine/kstd1.h>
18#include <kernel/GBEngine/tgb.h>
[0ff203]19#include <polys/sparsmat.h>
20
[ff68cf]21#include <Singular/mod_lib.h>
[0ff203]22#include <Singular/subexpr.h>
23#include <Singular/tok.h>
24#include <Singular/grammar.h>
25#include <Singular/ipid.h>
26#include <Singular/ipshell.h>
27#include <Singular/attrib.h>
28#include <misc/options.h>
[a1ab2a]29
[d3b70ae]30void siInit(char *);
[a1ab2a]31
[c4ebdd]32
[ef6f95]33
34#endif // #ifndef LIBSINGULAR__H
[a1ab2a]35
Note: See TracBrowser for help on using the repository browser.