source: git/Singular/libsingular.h @ 5476e83

spielwiese
Last change on this file since 5476e83 was 117e00, checked in by Hans Schoenemann <hannes@…>, 6 years ago
removed unused system includes, math.h ->cmath for .cc files
  • Property mode set to 100644
File size: 794 bytes
Line 
1#ifndef LIBSINGULAR__H
2#define LIBSINGULAR__H
3
4#include "singularconfig.h"
5#include "kernel/mod2.h"
6#include "kernel/structs.h"
7#include "kernel/polys.h"
8#include "coeffs/numbers.h"
9#include "kernel/oswrapper/feread.h"
10#include "polys/monomials/ring.h"
11#include "omalloc/omalloc.h"
12#include "polys/clapsing.h"
13#include "polys/monomials/maps.h"
14#include "kernel/GBEngine/kutil.h"
15#include "kernel/GBEngine/kstd1.h"
16#include "kernel/GBEngine/tgb.h"
17#include "polys/sparsmat.h"
18
19#include "Singular/mod_lib.h"
20#include "Singular/subexpr.h"
21#include "Singular/tok.h"
22#include "Singular/grammar.h"
23#include "Singular/ipid.h"
24#include "Singular/ipshell.h"
25#include "Singular/attrib.h"
26#include "Singular/blackbox.h"
27#include "misc/options.h"
28
29void siInit(char *);
30
31
32
33#endif // #ifndef LIBSINGULAR__H
34
Note: See TracBrowser for help on using the repository browser.