Changeset 810491 in git


Ignore:
Timestamp:
Nov 29, 2014, 7:57:05 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
a3cc3fc3171dee60192b2d6a9f0049cc7bed99a8
Parents:
2206753e05a96ad86c2ff231f55a8d71d57edeae
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-11-29 19:57:05+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-15 18:49:40+01:00
Message:
Fix including "libpolys/" and removal of unnecessary header includes + minor cleanup
Files:
44 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/Order/lattice.cc

    r2206753 r810491  
    1 #include <libpolys/coeffs/bigintmat.h>
     1#include <coeffs/bigintmat.h>
    22#include "lattice.h"
    33//#include "kernel/febase.h"  // for Print, WerrorS
    4 #include "libpolys/coeffs/numbers.h"
    5 #include "libpolys/coeffs/coeffs.h"
     4#include <coeffs/numbers.h>
     5#include <coeffs/coeffs.h>
    66#include "Singular/ipid.h"
    77#include <iostream>
     
    1010//for minkowski
    1111#include "kernel/numeric/mpr_numeric.h"
    12 #include "libpolys/coeffs/gnumpc.cc"
    1312
    1413
  • Singular/dyn_modules/Order/nforder.cpp

    r2206753 r810491  
    1 #include <libpolys/coeffs/bigintmat.h>
     1#include <coeffs/bigintmat.h>
    22#include "nforder.h"
    33#include <reporter/reporter.h>
    4 #include"libpolys/coeffs/numbers.h"
    5 #include "libpolys/coeffs/coeffs.h"
     4#include<coeffs/numbers.h>
     5#include <coeffs/coeffs.h>
    66#include "Singular/ipid.h"
    77
  • Singular/dyn_modules/Order/nforder_elt.cc

    r2206753 r810491  
    33#include"Singular/ipid.h" // for SModulFunctions, leftv
    44#include"Singular/number2.h" // for SModulFunctions, leftv
    5 #include"libpolys/coeffs/numbers.h" // nRegister, coeffs.h
    6 #include "libpolys/coeffs/coeffs.h"
     5#include<coeffs/numbers.h> // nRegister, coeffs.h
     6#include <coeffs/coeffs.h>
    77#include"Singular/blackbox.h" // blackbox type
    88#include "nforder.h"
    9 #include "libpolys/coeffs/bigintmat.h"
     9#include <coeffs/bigintmat.h>
    1010
    1111extern n_coeffType nforder_type;
  • Singular/dyn_modules/Order/nforder_ideal.cc

    r2206753 r810491  
    1 #include <libpolys/coeffs/bigintmat.h>
     1#include <coeffs/bigintmat.h>
    22#include "nforder.h"
    33#include <reporter/reporter.h>
    4 #include "libpolys/coeffs/numbers.h"
    5 #include "libpolys/coeffs/coeffs.h"
     4#include <coeffs/numbers.h>
     5#include <coeffs/coeffs.h>
    66#include "Singular/ipid.h"
    77#include "nforder_ideal.h"
  • Singular/dyn_modules/Order/nforder_ideal.h

    r2206753 r810491  
    77#define NFORDER_IDEAL_HPP
    88
    9 #include <libpolys/coeffs/bigintmat.h>
     9#include <coeffs/bigintmat.h>
    1010
    1111class nforder_ideal
  • Singular/dyn_modules/Order/singular.cc

    r2206753 r810491  
    44#include"Singular/ipid.h" // for SModulFunctions, leftv
    55#include"Singular/number2.h" // for SModulFunctions, leftv
    6 #include"libpolys/coeffs/numbers.h" // nRegister, coeffs.h
    7 #include "libpolys/coeffs/coeffs.h"
     6#include<coeffs/numbers.h> // nRegister, coeffs.h
     7#include <coeffs/coeffs.h>
    88#include"Singular/blackbox.h" // blackbox type
    99#include "nforder.h"
    1010#include "nforder_elt.h"
    1111#include "nforder_ideal.h"
    12 #include "libpolys/coeffs/bigintmat.h"
     12#include <coeffs/bigintmat.h>
    1313
    1414#ifdef SINGULAR_4_1
  • Singular/dyn_modules/Order/temptest.cc

    r2206753 r810491  
    1 #include <libpolys/coeffs/bigintmat.h>
     1#include <coeffs/bigintmat.h>
    22#include "temptest.h"
    33#include <reporter/reporter.h>
    4 #include "libpolys/coeffs/numbers.h"
    5 #include "libpolys/coeffs/coeffs.h"
     4#include <coeffs/numbers.h>
     5#include <coeffs/coeffs.h>
    66#include "Singular/ipid.h"
    77//#include "kernel/febase.h"
  • Singular/dyn_modules/bigintm/bigintm.cc

    r2206753 r810491  
    77#include <omalloc/omalloc.h>
    88#include <coeffs/coeffs.h>
    9 #include <coeffs/longrat.h>
    109
    1110#include <Singular/ipid.h>
  • Singular/dyn_modules/gfanlib/bbcone.cc

    r2206753 r810491  
    22
    33#if HAVE_GFANLIB
    4 
    5 #include <bbfan.h>
    6 #include <bbpolytope.h>
    74
    85#include <misc/intvec.h>
    96#include <misc/sirandom.h>
     7
     8#include <coeffs/bigintmat.h>
    109#include <coeffs/longrat.h>
    11 #include <coeffs/bigintmat.h>
    1210
    1311#include <Singular/ipid.h>
     
    1513#include <Singular/ipshell.h>
    1614#include <Singular/blackbox.h>
    17 
    18 #include <sstream>
    1915
    2016// #include <omalloc/omalloc.h>
     
    2723#include <gfanlib/gfanlib_q.h>
    2824
     25#include "bbfan.h"
     26#include "bbpolytope.h"
     27
     28
     29#include <sstream>
    2930
    3031int coneID;
  • Singular/dyn_modules/gfanlib/bbfan.cc

    r2206753 r810491  
    22
    33#if HAVE_GFANLIB
     4
     5#include <misc/intvec.h>
     6#include <coeffs/coeffs.h>
     7#include <coeffs/bigintmat.h>
    48
    59#include <Singular/ipid.h>
    610#include <Singular/ipshell.h>
    711#include <Singular/blackbox.h>
    8 #include <misc/intvec.h>
    9 #include <coeffs/longrat.h>
    10 #include <coeffs/bigintmat.h>
    11 
    12 #include <bbfan.h>
    13 #include <bbcone.h>
    14 #include <gfan.h>
     12
     13#include "bbfan.h"
     14#include "bbcone.h"
     15#include "gfan.h"
    1516#include <sstream>
    1617
  • Singular/dyn_modules/gfanlib/bbpolytope.cc

    r2206753 r810491  
    77#include <Singular/blackbox.h>
    88#include <misc/intvec.h>
    9 #include <coeffs/longrat.h>
    109#include <coeffs/bigintmat.h>
    1110
  • Singular/extra.cc

    r2206753 r810491  
    4747#include <coeffs/mpr_complex.h>
    4848#include "coeffs/AE.h"
    49 #include "coeffs/OPAE.h"
     49// #include "coeffs/OPAE.h"
    5050#include "coeffs/AEp.h"
    51 #include "coeffs/OPAEp.h"
     51// #include "coeffs/OPAEp.h"
    5252#include "coeffs/AEQ.h"
    53 #include "coeffs/OPAEQ.h"
     53// #include "coeffs/OPAEQ.h"
    5454
    5555
  • Singular/grammar.cc

    r2206753 r810491  
    106106#include <kernel/GBEngine/syz.h>
    107107#include <Singular/lists.h>
    108 #include <coeffs/longrat.h>
    109108#include <Singular/libparse.h>
    110109#include <coeffs/bigintmat.h>
  • Singular/grammar.y

    r2206753 r810491  
    4242#include <kernel/GBEngine/syz.h>
    4343#include <Singular/lists.h>
    44 #include <coeffs/longrat.h>
    4544#include <Singular/libparse.h>
    4645#include <coeffs/bigintmat.h>
  • Singular/iparith.cc

    r2206753 r810491  
    1818#include <coeffs/numbers.h>
    1919
    20 #ifdef HAVE_RINGS
    21 #include <coeffs/rmodulon.h>
    22 #include <coeffs/rmodulo2m.h>
    23 #include <coeffs/rintegers.h>
    24 #endif
    2520
    2621#include <misc/options.h>
  • Singular/ipassign.cc

    r2206753 r810491  
    2525#include <coeffs/coeffs.h>
    2626#include <coeffs/numbers.h>
    27 #include <coeffs/longrat.h>
    2827#include <coeffs/bigintmat.h>
    2928
  • Singular/ipconv.cc

    r2206753 r810491  
    2222#include <coeffs/bigintmat.h>
    2323//#include <polys/ext_fields/longalg.h>
    24 #ifdef HAVE_RINGS
    25 #include <coeffs/rmodulon.h>
    26 #include <coeffs/rmodulo2m.h>
    27 #include <coeffs/rintegers.h>
    28 #endif
    2924#include <polys/matpol.h>
    3025#include <Singular/links/silink.h>
  • Singular/ipid.cc

    r2206753 r810491  
    2020#include <coeffs/numbers.h>
    2121#include <coeffs/bigintmat.h>
    22 #include <coeffs/longrat.h>
    2322
    2423#include <polys/matpol.h>
  • Singular/ipshell.cc

    r2206753 r810491  
    66*/
    77
    8 
    9 
    108#include <kernel/mod2.h>
     9
     10#include <omalloc/omalloc.h>
     11
     12#include <factory/factory.h>
     13
    1114#include <misc/auxiliary.h>
    12 
    13 
    1415#include <misc/options.h>
    1516#include <misc/mylimits.h>
    16 
    17 #include <factory/factory.h>
    18 
    19 #include <Singular/maps_ip.h>
    20 #include <Singular/tok.h>
    21 #include <misc/options.h>
    22 #include <Singular/ipid.h>
    2317#include <misc/intvec.h>
    24 #include <omalloc/omalloc.h>
     18
     19#include <coeffs/numbers.h>
     20#include <coeffs/coeffs.h>
     21
     22#include <coeffs/rmodulon.h>
     23
     24#include <polys/monomials/ring.h>
     25#include <polys/monomials/maps.h>
     26
     27#include <polys/prCopy.h>
     28#include <polys/matpol.h>
     29
     30#include <polys/weight.h>
     31#include <polys/clapsing.h>
     32
     33
     34#include <polys/ext_fields/algext.h>
     35#include <polys/ext_fields/transext.h>
     36
    2537#include <kernel/polys.h>
    26 #include <coeffs/numbers.h>
    27 #include <polys/prCopy.h>
    2838#include <kernel/ideals.h>
    29 #include <polys/matpol.h>
     39
     40#include <kernel/numeric/mpr_base.h>
     41#include <kernel/numeric/mpr_numeric.h>
     42
     43#include <kernel/GBEngine/syz.h>
    3044#include <kernel/GBEngine/kstd1.h>
    31 #include <polys/monomials/ring.h>
    32 #include <Singular/subexpr.h>
    33 #include <Singular/fevoices.h>
     45
     46#include <kernel/combinatorics/stairc.h>
     47#include <kernel/combinatorics/hutil.h>
     48
     49#include <kernel/spectrum/semic.h>
     50#include <kernel/spectrum/splist.h>
     51#include <kernel/spectrum/spectrum.h>
     52
    3453#include <kernel/oswrapper/feread.h>
    35 #include <polys/monomials/maps.h>
    36 #include <kernel/GBEngine/syz.h>
    37 #include <coeffs/numbers.h>
    38 //#include <polys/ext_fields/longalg.h>
     54
    3955#include <Singular/lists.h>
    4056#include <Singular/attrib.h>
    4157#include <Singular/ipconv.h>
    4258#include <Singular/links/silink.h>
    43 #include <kernel/combinatorics/stairc.h>
    44 #include <polys/weight.h>
    45 #include <kernel/spectrum/semic.h>
    46 #include <kernel/spectrum/splist.h>
    47 #include <kernel/spectrum/spectrum.h>
    48 ////// #include <coeffs/gnumpfl.h>
    49 //#include <kernel/mpr_base.h>
    50 ////// #include <coeffs/ffields.h>
    51 #include <polys/clapsing.h>
    52 #include <kernel/combinatorics/hutil.h>
    53 #include <polys/monomials/ring.h>
    5459#include <Singular/ipshell.h>
    55 #include <polys/ext_fields/algext.h>
    56 #include <coeffs/mpr_complex.h>
    57 #include <coeffs/longrat.h>
    58 #include <coeffs/rmodulon.h>
    59 
    60 #include <kernel/numeric/mpr_base.h>
    61 #include <kernel/numeric/mpr_numeric.h>
     60#include <Singular/maps_ip.h>
     61#include <Singular/tok.h>
     62#include <Singular/ipid.h>
     63#include <Singular/subexpr.h>
     64#include <Singular/fevoices.h>
    6265
    6366#include <math.h>
    6467#include <ctype.h>
    65 
    66 #include <polys/ext_fields/algext.h>
    67 #include <polys/ext_fields/transext.h>
    6868
    6969// define this if you want to use the fast_map routine for mapping ideals
     
    7676#ifdef SINGULAR_4_1
    7777#include <Singular/number2.h>
    78 #include <libpolys/coeffs/bigintmat.h>
     78#include <coeffs/bigintmat.h>
    7979#endif
    8080leftv iiCurrArgs=NULL;
  • Singular/libsingular.h

    r2206753 r810491  
    88#include <kernel/polys.h>
    99#include <coeffs/numbers.h>
    10 #include <coeffs/longrat.h>
    1110#include <kernel/oswrapper/feread.h>
    1211#include <polys/monomials/ring.h>
  • Singular/links/ssiLink.cc

    r2206753 r810491  
    66 *  Purpose: declaration of sl_link routines for ssi
    77 ***************************************************************/
     8#define TRANSEXT_PRIVATES 1 /* allow access to transext internals */
     9
    810#include <kernel/mod2.h>
    911
     
    1214#include <misc/intvec.h>
    1315#include <misc/options.h>
     16
    1417#include <reporter/si_signals.h>
    1518#include <reporter/s_buff.h>
     19
     20#include <coeffs/bigintmat.h>
    1621#include <coeffs/longrat.h>
    17 #include <coeffs/bigintmat.h>
    18 
    19 #define TRANSEXT_PRIVATES 1 // allow access to transext internals
     22
    2023#include <polys/monomials/ring.h>
    21 #include <polys/matpol.h>
    22 #include <polys/simpleideals.h>
    2324#include <polys/monomials/p_polys.h>
    2425#include <polys/ext_fields/transext.h>
     26#include <polys/simpleideals.h>
     27#include <polys/matpol.h>
    2528
    2629#include <kernel/oswrapper/timer.h>
     30#include <kernel/oswrapper/feread.h>
     31#include <kernel/oswrapper/rlimit.h>
    2732
    2833#include <Singular/tok.h>
    2934#include <Singular/ipid.h>
    3035#include <Singular/ipshell.h>
    31 #include <kernel/oswrapper/rlimit.h>
    3236#include <Singular/subexpr.h>
    3337#include <Singular/links/silink.h>
     
    3539#include <Singular/lists.h>
    3640#include <Singular/blackbox.h>
    37 #include <kernel/oswrapper/feread.h>
    3841#include <Singular/links/ssiLink.h>
    3942
  • Singular/number2.cc

    r2206753 r810491  
    22
    33#ifdef SINGULAR_4_1
    4 #include"reporter/reporter.h"  // for Print, WerrorS
    5 #include"Singular/ipid.h" // for SModulFunctions, leftv
    6 #include"coeffs/numbers.h" // nRegister, coeffs.h
    7 #include"coeffs/rmodulon.h" // ZnmInfo
    8 #include"coeffs/bigintmat.h" // bigintmat
    9 #include"coeffs/longrat.h" // nlGMP
    10 #include"Singular/blackbox.h" // blackbox type
    11 #include"Singular/ipshell.h" // IsPrime
     4#include <reporter/reporter.h>  // for Print, WerrorS
     5#include <coeffs/numbers.h> // nRegister, coeffs.h
     6#include <coeffs/rmodulon.h> // ZnmInfo
     7#include <coeffs/bigintmat.h> // bigintmat
     8
     9#include <Singular/blackbox.h> // blackbox type
     10#include <Singular/ipshell.h> // IsPrime
     11
     12#include <Singular/ipid.h> // for SModulFunctions, leftv
    1213
    1314#include <Singular/number2.h>
  • Singular/number2.h

    r2206753 r810491  
    66#ifdef SINGULAR_4_1
    77#include <omalloc/omalloc.h>
    8 #include <libpolys/coeffs/coeffs.h>
     8#include <coeffs/coeffs.h>
    99#include <kernel/structs.h>
    1010struct snumber2;
  • Singular/subexpr.cc

    r2206753 r810491  
    1313#include <misc/options.h>
    1414
    15 
    16 #include <coeffs/ffields.h>
    1715#include <coeffs/numbers.h>
    1816#include <coeffs/bigintmat.h>
     17
     18#include <coeffs/ffields.h> // nfShowMipo // minpoly printing...
    1919
    2020#include <polys/monomials/maps.h>
    2121#include <polys/matpol.h>
    2222#include <polys/monomials/ring.h>
     23
     24// #include <coeffs/longrat.h>
     25
    2326#include <kernel/polys.h>
    24 
    25 #include <coeffs/longrat.h>
    26 // #include <coeffs/longrat.h>
    27 
    2827#include <kernel/ideals.h>
    2928#include <kernel/GBEngine/kstd1.h>
     29#include <kernel/GBEngine/syz.h>
    3030#include <kernel/oswrapper/timer.h>
    31 #include <kernel/GBEngine/syz.h>
    3231
    3332#include <Singular/tok.h>
  • Singular/walk.cc

    r2206753 r810491  
    4242#include <Singular/ipshell.h>
    4343#include <Singular/ipconv.h>
    44 #include <coeffs/ffields.h>
    4544#include <coeffs/coeffs.h>
    4645#include <Singular/subexpr.h>
    47 #include <polys/templates/p_Procs.h>
    4846
    4947#include <polys/monomials/maps.h>
  • kernel/linear_algebra/interpolation.cc

    r2206753 r810491  
    33****************************************/
    44
    5 
    6 
    7 
    85#include <kernel/mod2.h>
    96
     
    1310#include <misc/intvec.h>
    1411
    15 #include <coeffs/longrat.h>
     12#include <coeffs/longrat.h> // snumber ...
    1613
    1714#include <polys/monomials/ring.h>
  • kernel/tmult.cc

    r2206753 r810491  
    1212#include <kernel/numbers.h>
    1313#include <kernel/polys.h>
    14 #include <coeffs/longrat.h>
    1514#ifdef SI_THREADS
    1615#include <pthread.h>
  • libpolys/coeffs/AE.cc

    r2206753 r810491  
    1 #include <gmp.h>
     1#include <misc/auxiliary.h>
     2#include <omalloc/omalloc.h>
     3
     4#include "AE.h"
     5
    26#include <math.h>
    3 #include "AE.h"
    4 
    57
    68#ifdef SINGULAR_4_1
  • libpolys/coeffs/AE.h

    r2206753 r810491  
    22#define AE_H
    33
    4 
    5 #include <gmp.h>
    6 #include <omalloc/omalloc.h>
    74#include <misc/auxiliary.h>
     5#include "si_gmp.h"
    86
    97#ifdef SINGULAR_4_1
    10 
    118
    129class int_poly // Klasse von int_polynomen mit Typ (Grad, Koeffizienten ganzzahlig)
  • libpolys/coeffs/AEQ.cc

    r2206753 r810491  
     1#include <misc/auxiliary.h>
     2#include <omalloc/omalloc.h>
     3
     4#include "AEQ.h"
     5
    16#include <stdio.h>
    2 #include <gmp.h>
    37#include <math.h>
    4 #include "AEQ.h"
    5 
    6 
    78#ifdef SINGULAR_4_1
    89
  • libpolys/coeffs/AEQ.h

    r2206753 r810491  
    22#define QPOLY
    33
    4 
    5 #include <gmp.h>
    6 #include <omalloc/omalloc.h>
    74#include <misc/auxiliary.h>
     5#include "si_gmp.h"
    86
    97#ifdef SINGULAR_4_1
  • libpolys/coeffs/AEp.cc

    r2206753 r810491  
     1#include <misc/auxiliary.h>
     2#include <omalloc/omalloc.h>
     3
     4#include "AEp.h"
     5
    16#include <stdio.h>
    2 #include <gmp.h>
    37#include <math.h>
    4 #include "AEp.h"
    5 
    6 
    78#ifdef SINGULAR_4_1
    89
  • libpolys/coeffs/AEp.h

    r2206753 r810491  
    22#define AEP_H
    33
    4 
    5 #include <gmp.h>
    6 #include <omalloc/omalloc.h>
    74#include <misc/auxiliary.h>
     5#include "si_gmp.h"
    86
    97#ifdef SINGULAR_4_1
    10 
    11 
    128
    139class p_poly // Klasse von p_polynomen mit Typ (Grad, Koeffizienten ganzzahlig)
  • libpolys/coeffs/numbers.cc

    r2206753 r810491  
    1919#include <coeffs/numbers.h>
    2020
    21 #include <coeffs/numbers.h>
    2221#include <coeffs/longrat.h>
    2322#include <coeffs/modulop.h>
     
    2827
    2928#ifdef HAVE_RINGS
    30 #include <coeffs/rmodulo2m.h>
    31 #include <coeffs/rmodulon.h>
    32 #include <coeffs/rintegers.h>
     29# include <coeffs/rmodulo2m.h>
     30# include <coeffs/rmodulon.h>
     31# include <coeffs/rintegers.h>
    3332#endif
    3433
  • libpolys/coeffs/test.cc

    r2206753 r810491  
    88#include <resources/feResource.h>
    99
    10 #include <coeffs/coeffs.h>
    11 #include <coeffs/numbers.h>
    12 
    13 #include <coeffs/longrat.h>
    14 #include <coeffs/gnumpfl.h>
    15 #include <coeffs/gnumpc.h>
    16 #include <coeffs/shortfl.h>
    17 #include <coeffs/ffields.h>
    18 #include <coeffs/modulop.h>
    19 #include <coeffs/rmodulon.h>
    20 #include <coeffs/rmodulo2m.h>
    21 #include <coeffs/rintegers.h>
     10#include "coeffs.h"
     11#include "numbers.h"
     12
     13#include "longrat.h"
     14#include "gnumpfl.h"
     15#include "gnumpc.h"
     16#include "shortfl.h"
     17#include "ffields.h"
     18#include "modulop.h"
     19#include "rmodulon.h"
     20#include "rmodulo2m.h"
     21#include "rintegers.h"
    2222
    2323
  • libpolys/polys/clapconv.cc

    r2206753 r810491  
    1212
    1313#include <misc/auxiliary.h>
     14#include <omalloc/omalloc.h>
    1415
    1516#include <factory/factory.h>
    1617
    17 #include <omalloc/omalloc.h>
    1818#include <coeffs/coeffs.h>
    19 #include <coeffs/longrat.h>
    20 #include <coeffs/modulop.h>
     19
     20#include <coeffs/longrat.h> // snumber is necessary
     21
    2122#include <polys/monomials/p_polys.h>
    2223#include <polys/sbuckets.h>
  • libpolys/polys/ext_fields/algext.cc

    r2206753 r810491  
    4040#include <coeffs/coeffs.h>
    4141#include <coeffs/numbers.h>
    42 #include <coeffs/longrat.h>
    4342
    4443#include <coeffs/longrat.h>
  • libpolys/polys/ext_fields/transext.cc

    r2206753 r810491  
    3333*           TODO: the description above needs a major update!!!
    3434*/
    35 
    36 
    37 
    38 
    39 
    4035#define TRANSEXT_PRIVATES
    4136
    42 
    43 
    44 
    4537#include <misc/auxiliary.h>
    4638
    4739#include <omalloc/omalloc.h>
     40#include <factory/factory.h>
    4841
    4942#include <reporter/reporter.h>
     
    5144#include <coeffs/coeffs.h>
    5245#include <coeffs/numbers.h>
     46
    5347#include <coeffs/longrat.h>
    5448
     
    5953#include <polys/clapsing.h>
    6054#include <polys/clapconv.h>
    61 #include <factory/factory.h>
    62 
    63 #include <polys/ext_fields/transext.h>
     55
    6456#include <polys/prCopy.h>
     57#include "transext.h"
     58#include "algext.h"
    6559
    6660#include <polys/PolyEnumerator.h>
  • libpolys/polys/monomials/p_polys.cc

    r2206753 r810491  
    99 *******************************************************************/
    1010
    11 
    12 
    13 
    14 
    15 
    1611#include <ctype.h>
    1712
     
    2318#include <misc/intvec.h>
    2419
    25 #include <coeffs/longrat.h> // ???
    26 #include <coeffs/ffields.h>
     20
     21#include <coeffs/longrat.h> // snumber is needed...
    2722
    2823#include <polys/PolyEnumerator.h>
  • libpolys/polys/monomials/ring.cc

    r2206753 r810491  
    2222#include <coeffs/numbers.h>
    2323#include <coeffs/coeffs.h>
    24 #include <coeffs/rmodulon.h>
    2524
    2625#include <polys/monomials/p_polys.h>
  • libpolys/polys/operations/p_Mult_q.cc

    r2206753 r810491  
    99 *******************************************************************/
    1010
    11 
    12 
    1311#include <misc/auxiliary.h>
    14 
    1512#include <factory/factory.h>
    1613
     
    1815
    1916#include <polys/monomials/p_polys.h>
     17#include <polys/kbuckets.h>
     18
    2019#include <polys/templates/p_Procs.h>
    2120#include <polys/templates/p_MemCmp.h>
    2221#include <polys/templates/p_MemAdd.h>
    2322#include <polys/templates/p_MemCopy.h>
    24 #include <polys/templates/p_Numbers.h>
    25 #include <polys/kbuckets.h>
    2623
    2724#include "p_Mult_q.h"
  • libpolys/polys/templates/p_Procs_Set.h

    r2206753 r810491  
    1313 *  Created: 12/00
    1414 *******************************************************************/
    15 #include <coeffs/modulop.h>
    1615
    1716#include <reporter/reporter.h>
  • libpolys/tests/polys_test.h

    r2206753 r810491  
    33
    44// the following headers are private...
    5 #include <coeffs/longrat.h>
    6 #include <coeffs/gnumpfl.h>
    7 #include <coeffs/gnumpc.h>
    8 #include <coeffs/shortfl.h>
    9 #include <coeffs/ffields.h>
    10 #include <coeffs/modulop.h>
    11 #include <coeffs/rmodulon.h>
    12 #include <coeffs/rmodulo2m.h>
    13 #include <coeffs/rintegers.h>
    145
    156
  • libpolys/tests/rings_test.h

    r2206753 r810491  
    33
    44// the following headers are private...
    5 #include <coeffs/longrat.h>
    6 #include <coeffs/gnumpfl.h>
    7 #include <coeffs/gnumpc.h>
    8 #include <coeffs/shortfl.h>
    9 #include <coeffs/ffields.h>
    10 #include <coeffs/modulop.h>
    11 #include <coeffs/rmodulon.h>
    12 #include <coeffs/rmodulo2m.h>
    13 #include <coeffs/rintegers.h>
    145
    156
Note: See TracChangeset for help on using the changeset viewer.