Changeset 76cfef in git


Ignore:
Timestamp:
Jul 14, 2011, 10:10:49 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
801bdb090ffb79e83ba751feae3e853c5cfb20cb
Parents:
210e07a1e0428569506a64e13a3ad98460b707e3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-14 22:10:49+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:17+01:00
Message:
FIX: fixed #includes in the kernel/  sources
ADD: dummy headers in some strange cases
Location:
kernel
Files:
4 added
42 edited

Legend:

Unmodified
Added
Removed
  • kernel/F5cData.cc

    r210e07 r76cfef  
    1515#include <kernel/kutil.h>
    1616#include <kernel/structs.h>
    17 #include <omalloc.h>
     17#include <omalloc/omalloc.h>
    1818#include <polys/polys.h>
    1919#include <polys/monomials/p_polys.h>
     
    2323#include <kernel/khstd.h>
    2424#include <polys/kbuckets.h>
    25 #include <kernel/weight.h>
     25#include <polys/weight.h>
    2626#include <misc/intvec.h>
    2727#include <kernel/pInline1.h>
  • kernel/F5cLists.cc

    r210e07 r76cfef  
    44#include <kernel/kutil.h>
    55#include <kernel/structs.h>
    6 #include <omalloc.h>
     6#include <omalloc/omalloc.h>
    77#include <polys/polys.h>
    88#include <polys/monomials/p_polys.h>
     
    1212#include <kernel/khstd.h>
    1313#include <polys/kbuckets.h>
    14 #include <kernel/weight.h>
     14#include <polys/weight.h>
    1515#include <misc/intvec.h>
    1616#include <kernel/pInline1.h>
  • kernel/eigenval.cc

    r210e07 r76cfef  
    1919#include <kernel/ideals.h>
    2020//#include "lists.h"
    21 #include <kernel/matpol.h>
    22 #include <kernel/clapsing.h>
     21#include <polys/matpol.h>
     22#include <polys/clapsing.h>
    2323#include <kernel/eigenval.h>
    2424
  • kernel/f5c.cc

    r210e07 r76cfef  
    44#include <kernel/structs.h>
    55#include <kernel/kutil.h>
    6 #include <omalloc.h>
     6#include <omalloc/omalloc.h>
    77#include <polys/polys.h>
    88#include <polys/monomials/p_polys.h>
    9 #include <kernel/p_Procs.h>
     9#include <polys/templates/p_Procs.h>
    1010#include <kernel/ideals.h>
    1111#include <kernel/febase.h>
     
    1313#include <kernel/khstd.h>
    1414#include <polys/kbuckets.h>
    15 #include <kernel/weight.h>
     15#include <polys/weight.h>
    1616#include <misc/intvec.h>
    1717#include <kernel/pInline1.h>
  • kernel/f5data.cc

    r210e07 r76cfef  
    1212#include <kernel/kutil.h>
    1313#include <kernel/structs.h>
    14 #include <omalloc.h>
     14#include <omalloc/omalloc.h>
    1515#include <polys/polys.h>
    1616#include <polys/monomials/p_polys.h>
     
    2020#include <kernel/khstd.h>
    2121#include <polys/kbuckets.h>
    22 #include <kernel/weight.h>
     22#include <polys/weight.h>
    2323#include <misc/intvec.h>
    2424#include <kernel/pInline1.h>
  • kernel/f5gb.cc

    r210e07 r76cfef  
    1212#include <kernel/structs.h>
    1313#include <kernel/kutil.h>
    14 #include <omalloc.h>
     14#include <omalloc/omalloc.h>
    1515#include <polys/polys.h>
    1616#include <polys/monomials/p_polys.h>
    17 #include <kernel/p_Procs.h>
     17#include <polys/templates/p_Procs.h>
    1818#include <kernel/ideals.h>
    1919#include <kernel/febase.h>
     
    2121#include <kernel/khstd.h>
    2222#include <polys/kbuckets.h>
    23 #include <kernel/weight.h>
     23#include <polys/weight.h>
    2424#include <misc/intvec.h>
    2525#include <kernel/pInline1.h>
  • kernel/f5lists.cc

    r210e07 r76cfef  
    44#include <kernel/kutil.h>
    55#include <kernel/structs.h>
    6 #include <omalloc.h>
     6#include <omalloc/omalloc.h>
    77#include <polys/polys.h>
    88#include <polys/monomials/p_polys.h>
     
    1212#include <kernel/khstd.h>
    1313#include <polys/kbuckets.h>
    14 #include <kernel/weight.h>
     14#include <polys/weight.h>
    1515#include <misc/intvec.h>
    1616#include <kernel/pInline1.h>
  • kernel/fast_maps.cc

    r210e07 r76cfef  
    1313#include <misc/options.h>
    1414#include <polys/monomials/p_polys.h>
    15 #include <kernel/prCopy.h>
     15#include <polys/prCopy.h>
    1616#include <kernel/ideals.h>
    1717#include <polys/monomials/ring.h>
    1818#include <kernel/febase.h>
    19 #include <kernel/sbuckets.h>
     19#include <polys/sbuckets.h>
    2020#include <kernel/fast_maps.h>
    2121
  • kernel/fglmcomb.cc

    r210e07 r76cfef  
    1717#include <polys/monomials/ring.h>
    1818#include <kernel/febase.h>
    19 #include <kernel/maps.h>
     19#include <polys/monomials/maps.h>
    2020#include <omalloc/omalloc.h>
    2121#include <kernel/fglmvec.h>
  • kernel/fglmhom.cc

    r210e07 r76cfef  
    2626#include <kernel/ipshell.h>
    2727#include <kernel/febase.h>
    28 #include <kernel/maps.h>
    29 #include <omalloc.h>
     28#include <polys/monomials/maps.h>
     29#include <omalloc/omalloc.h>
    3030#include <kernel/fglm.h>
    3131#include <kernel/fglmvec.h>
     
    3434#include <kernel/kstd1.h>
    3535#include <kernel/stairc.h>
    36 #include <templates/ftmpl_list.h>
     36#include <factory/templates/ftmpl_list.h>
    3737
    3838// obachman: Got rid off those "redefiende messages by includeing fglm.h
  • kernel/fglmzero.cc

    r210e07 r76cfef  
    2727#include <polys/monomials/ring.h>
    2828#include <kernel/febase.h>
    29 #include <kernel/maps.h>
     29#include <polys/monomials/maps.h>
    3030#include <omalloc/omalloc.h>
    3131#include <kernel/kstd1.h>
     
    3636// assumes, that NOSTREAMIO is set in factoryconf.h, which is included
    3737// by templates/list.h.
    38 #include <templates/ftmpl_list.h>
     38#include <factory/templates/ftmpl_list.h>
    3939#define PROT(msg)
    4040#define STICKYPROT(msg) if (BTEST1(OPT_PROT)) Print(msg)
  • kernel/gfan.cc

    r210e07 r76cfef  
    1818#include <kernel/GMPrat.h>
    1919
    20 #include "ring.h"       //apparently not needed
    21 #include <Singular/lists.h>
    22 #include <kernel/prCopy.h>
     20#include <polys/monomials/ring.h>       //apparently not needed
     21#include lists.h
     22#include <polys/prCopy.h>
    2323#include <kernel/stairc.h>
    2424#include <fstream>      //read-write cones to files
     
    293293        fNormal = f->getRef2FacetNormal();
    294294        sNormal = s->getRef2FacetNormal();
    295 #include "intvec.h"
     295#include <misc/intvec.h>
    296296        //Do not need parallelity. Too time consuming
    297297//      if(!isParallel(*fNormal,*sNormal))
  • kernel/gr_kstd2.cc

    r210e07 r76cfef  
    1313#define PLURAL_INTERNAL_DECLARATIONS
    1414
    15 #include <omalloc.h>
     15#include <omalloc/omalloc.h>
    1616#include <polys/polys.h>
    1717#include <kernel/ideals.h>
     
    2424//#include "spolys.h"
    2525//#include "cntrlc.h"
    26 #include <kernel/weight.h>
     26#include <polys/weight.h>
    2727#include <misc/intvec.h>
    2828#include <polys/nc/nc.h>
    29 #include <kernel/sca.h>
     29#include <polys/nc/sca.h>
    3030#include <kernel/ratgring.h>
    3131
  • kernel/ideals.cc

    r210e07 r76cfef  
    1919#include <omalloc/omalloc.h>
    2020#include <kernel/febase.h>
    21 #include <coefss/coeffs.h>
    22 #include <coefss/numbers.h>
     21#include <coeffs/coeffs.h>
     22#include <coeffs/numbers.h>
    2323#include <kernel/longrat.h>
    2424#include <polys/polys.h>
    2525#include <polys/monomials/ring.h>
    2626#include <kernel/kstd1.h>
    27 #include <kernel/matpol.h>
    28 #include <kernel/weight.h>
     27#include <polys/matpol.h>
     28#include <polys/weight.h>
    2929#include <misc/intvec.h>
    3030#include <kernel/syz.h>
    3131#include <polys/sparsmat.h>
    3232#include <kernel/ideals.h>
    33 #include <kernel/prCopy.h>
     33#include <polys/prCopy.h>
    3434#include <polys/nc/nc.h>
    3535
     
    25332533}
    25342534
    2535 #include <kernel/clapsing.h>
     2535#include <polys/clapsing.h>
    25362536
    25372537#ifdef HAVE_FACTORY
  • kernel/kInline.cc

    r210e07 r76cfef  
    1616#include <polys/monomials/p_polys.h>
    1717#include <polys/polys.h>
    18 #include <kernel/p_Procs.h>
     18#include <polys/templates/p_Procs.h>
    1919#include <polys/kbuckets.h>
    2020#include <omalloc/omalloc.h>
  • kernel/kspoly.cc

    r210e07 r76cfef  
    1313#include <coeffs/numbers.h>
    1414#include <polys/monomials/p_polys.h>
    15 #include <kernel/p_Procs.h>
     15#include <polys/templates/p_Procs.h>
    1616#include <polys/nc/nc.h>
    1717#ifdef KDEBUG
  • kernel/kstd1.cc

    r210e07 r76cfef  
    3838#include <kernel/khstd.h>
    3939#include <kernel/stairc.h>
    40 #include <kernel/weight.h>
     40#include <polys/weight.h>
    4141//#include "cntrlc.h"
    4242#include <misc/intvec.h>
     
    4848
    4949#ifdef HAVE_PLURAL
    50 #include <kernel/sca.h>
     50#include <polys/nc/sca.h>
    5151#endif
    5252
  • kernel/kstd2.cc

    r210e07 r76cfef  
    4444#include <polys/kbuckets.h>
    4545//#include "cntrlc.h"
    46 #include <kernel/weight.h>
     46#include <polys/weight.h>
    4747#include <misc/intvec.h>
    4848#ifdef HAVE_PLURAL
  • kernel/kstdfac.cc

    r210e07 r76cfef  
    1717#include <kernel/khstd.h>
    1818//#include "cntrlc.h"
    19 #include <kernel/weight.h>
     19#include <polys/weight.h>
    2020//#include "ipshell.h"
    2121#include <misc/intvec.h>
    2222#ifdef HAVE_FACTORY
    23 #include <kernel/clapsing.h>
     23#include <polys/clapsing.h>
    2424#endif
    2525#include <kernel/ideals.h>
  • kernel/kutil.cc

    r210e07 r76cfef  
    2424#include <misc/options.h>
    2525#include <polys/nc/nc.h>
    26 #include <kernel/sca.h>
     26#include <polys/nc/sca.h>
    2727#ifdef KDEBUG
    2828#undef KDEBUG
     
    6060/* shiftgb stuff */
    6161#include <kernel/shiftgb.h>
    62 #include <kernel/prCopy.h>
     62#include <polys/prCopy.h>
    6363
    6464#ifdef HAVE_RATGRING
  • kernel/linearAlgebra.cc

    r210e07 r76cfef  
    2222#include <kernel/ideals.h>
    2323#include <coeffs/numbers.h>
    24 #include <kernel/matpol.h>
    25 #include <Singular/lists.h>
    26 #include <kernel/mpr_complex.h>
     24#include <polys/matpol.h>
     25#include lists.h
     26#include <coeffs/mpr_complex.h>
    2727#include <kernel/linearAlgebra.h>
    2828
  • kernel/makefile

    r210e07 r76cfef  
    6666    khstd.cc kstdfac.cc \
    6767    kstd1.cc kstd2.cc kutil.cc \
    68     maps.cc matpol.cc misc.cc \
    69     sparsmat.cc fast_maps.cc \
     68    misc.cc \
     69    fast_maps.cc \
    7070    fglmzero.cc fglmvec.cc fglmgauss.cc fglmhom.cc fglmcomb.cc \
    71     numbers.cc polys.cc p_polys.cc polys0.cc polys1.cc polys-impl.cc \
    7271    kspoly.cc \
    7372    syz.cc syz0.cc syz1.cc syz2.cc syz3.cc\
     
    8180    linearAlgebra.cc
    8281CXXSOURCES2     = SingularBuilder.cpp
     82
     83#    numbers.cc polys.cc p_polys.cc polys0.cc polys1.cc polys-impl.cc \
    8384
    8485# normal C source files
  • kernel/misc.cc

    r210e07 r76cfef  
    2222#include "kstd1.h"
    2323#include "timer.h"
    24 #include "intvec.h"
    25 #include "ring.h"
    26 #include "p_Procs.h"
     24#include <misc/intvec.h>
     25#include <polys/monomials/ring.h>
     26#include <polys/templates/p_Procs.h>
    2727#include "kversion.h"
    2828
  • kernel/mod2.h

    r210e07 r76cfef  
    222222     #define OM_KEEP  1
    223223     #include "mod2.h"
    224      #include "omalloc.h"
     224     #include <omalloc/omalloc.h>
    225225   ensures that all memory allocs/free in this file are done with
    226226   OM_CHECK==3 and OM_TRACK==5, and that all addresses allocated/freed
     
    250250       #define OM_KEEP  1
    251251       #include "mod2.h"
    252        #include "omalloc.h"
     252       #include <omalloc/omalloc.h>
    253253     Under dynamic scope, do (e.g., from within the debugger):
    254254       om_Opts.MinCheck = 3; om_Opts.MinTrack = 5; omOpts.Keep = LONG_MAX;
  • kernel/mod2.h.in

    r210e07 r76cfef  
    392392     #define OM_KEEP  1
    393393     #include "mod2.h"
    394      #include "omalloc.h"
     394     #include <omalloc/omalloc.h>
    395395   ensures that all memory allocs/free in this file are done with
    396396   OM_CHECK==3 and OM_TRACK==5, and that all addresses allocated/freed
     
    420420       #define OM_KEEP  1
    421421       #include "mod2.h"
    422        #include "omalloc.h"
     422       #include <omalloc/omalloc.h>
    423423     Under dynamic scope, do (e.g., from within the debugger):
    424424       om_Opts.MinCheck = 3; om_Opts.MinTrack = 5; omOpts.Keep = LONG_MAX;
  • kernel/old.lplist.cc

    r210e07 r76cfef  
    1212#include <kernel/kutil.h>
    1313#include <kernel/structs.h>
    14 #include <omalloc.h>
     14#include <omalloc/omalloc.h>
    1515#include <polys/polys.h>
    1616#include <polys/monomials/p_polys.h>
     
    2020#include <kernel/khstd.h>
    2121#include <polys/kbuckets.h>
    22 #include <kernel/weight.h>
     22#include <polys/weight.h>
    2323#include <misc/intvec.h>
    2424#include <kernel/pInline1.h>
  • kernel/ratgring.cc

    r210e07 r76cfef  
    1818#include <coeffs/numbers.h>
    1919#include <kernel/ideals.h>
    20 #include <kernel/matpol.h>
     20#include <polys/matpol.h>
    2121#include <polys/kbuckets.h>
    2222#include <kernel/kstd1.h>
    23 #include <kernel/sbuckets.h>
    24 #include <kernel/prCopy.h>
    25 #include <kernel/p_Mult_q.h>
    26 #include <kernel/clapsing.h>
     23#include <polys/sbuckets.h>
     24#include <polys/prCopy.h>
     25#include <polys/operations/p_Mult_q.h>
     26#include <polys/clapsing.h>
    2727#include <misc/options.h>
    2828
  • kernel/ringgb.cc

    r210e07 r76cfef  
    2020#include <kernel/khstd.h>
    2121#include <polys/kbuckets.h>
    22 #include <kernel/weight.h>
     22#include <polys/weight.h>
    2323#include <misc/intvec.h>
    2424#include <kernel/pInline1.h>
  • kernel/semic.cc

    r210e07 r76cfef  
    2525#endif
    2626
    27 #include"intvec.h"
     27#include<misc/intvec.h>
    2828#include"GMPrat.h"
    2929#include"semic.h"
  • kernel/shiftgb.cc

    r210e07 r76cfef  
    1515#include <coeffs/numbers.h>
    1616#include <kernel/ideals.h>
    17 #include <kernel/matpol.h>
     17#include <polys/matpol.h>
    1818#include <polys/kbuckets.h>
    1919#include <kernel/kstd1.h>
    20 #include <kernel/sbuckets.h>
    21 #include <kernel/p_Mult_q.h>
     20#include <polys/sbuckets.h>
     21#include <polys/operations/p_Mult_q.h>
    2222#include <kernel/kutil.h>
    2323#include <kernel/structs.h>
     
    2525#include <kernel/khstd.h>
    2626#include <polys/kbuckets.h>
    27 #include <kernel/weight.h>
     27#include <polys/weight.h>
    2828#include <misc/intvec.h>
    2929#include <kernel/structs.h>
    3030#include <kernel/kInline.cc>
    3131#include <kernel/stairc.h>
    32 #include <kernel/weight.h>
     32#include <polys/weight.h>
    3333#include <misc/intvec.h>
    3434#include <kernel/timer.h>
    3535#include <kernel/shiftgb.h>
    36 #include <kernel/sca.h>
     36#include <polys/nc/sca.h>
    3737
    3838
  • kernel/syz.cc

    r210e07 r76cfef  
    2323#include <polys/monomials/ring.h>
    2424#include <kernel/syz.h>
    25 #include <kernel/prCopy.h>
    26 
    27 #include <kernel/sca.h>
     25#include <polys/prCopy.h>
     26
     27#include <polys/nc/sca.h>
    2828
    2929static intvec * syPrepareModComp(ideal arg,intvec ** w)
  • kernel/syz0.cc

    r210e07 r76cfef  
    2424#include <kernel/syz.h>
    2525#include <polys/kbuckets.h>
    26 #include <kernel/prCopy.h>
     26#include <polys/prCopy.h>
    2727
    2828static kBucket_pt sy0buck;
  • kernel/syz1.cc

    r210e07 r76cfef  
    2525#include <kernel/syz.h>
    2626#include <polys/kbuckets.h>
    27 #include <kernel/prCopy.h>
     27#include <polys/prCopy.h>
    2828#include <kernel/idrec.h>
    2929
  • kernel/syz2.cc

    r210e07 r76cfef  
    2525#include <polys/monomials/ring.h>
    2626#include <polys/kbuckets.h>
    27 #include <kernel/prCopy.h>
     27#include <polys/prCopy.h>
    2828
    2929//#define SHOW_PROT
  • kernel/syz3.cc

    r210e07 r76cfef  
    2525#include <kernel/syz.h>
    2626#include <polys/kbuckets.h>
    27 #include <kernel/prCopy.h>
     27#include <polys/prCopy.h>
    2828#include <kernel/timer.h>
    29 #include <kernel/matpol.h>
     29#include <polys/matpol.h>
    3030 
    3131//#define SHOW_PROT
  • kernel/test.cc

    r210e07 r76cfef  
    162162
    163163/* */
     164
     165
     166
     167
     168// Sources:
     169
     170#include "febase.cc"
     171#include "feread.cc"
     172#include "hdegree.cc"
     173#include "hilb.cc"
     174#include "hutil.cc"
     175#include "gr_kstd2.cc"
     176#include "ideals.cc"
     177#include "int64vec.cc"
     178#include "khstd.cc"
     179#include "kstdfac.cc"
     180#include "kstd1.cc"
     181#include "kstd2.cc"
     182#include "kutil.cc"
     183// #include "maps.cc" // moved to polys
     184// #include "matpol.cc" // same!
     185#include "misc.cc"
     186// #include "sparsmat.cc" // same!
     187#include "fast_maps.cc"
     188#include "fglmzero.cc" // looks like <factory/templates/ftmpl_list.h> must be installed!
     189#include "fglmvec.cc"
     190#include "fglmgauss.cc"
     191#include "fglmhom.cc"
     192#include "fglmcomb.cc"
     193// #include "numbers.cc" // moved
     194// #include "polys.cc" // same
     195// #include "p_polys.cc" // same
     196// #include "polys0.cc" // same
     197// #include "polys1.cc" // same
     198// #include "polys-impl.cc" // same
     199#include "kspoly.cc"
     200#include "syz.cc"
     201#include "syz0.cc"
     202#include "syz1.cc"
     203#include "syz2.cc"
     204#include "syz3.cc"
     205#include "timer.cc"
     206#include "GMPrat.cc"
     207#include "multicnt.cc"
     208#include "npolygon.cc"
     209#include "semic.cc"
     210#include "spectrum.cc"
     211#include "splist.cc"
     212#include "walkProc.cc"
     213#include "walkMain.cc"
     214#include "walkSupport.cc"
     215#include "eigenval.cc"
     216#include "units.cc"
     217#include "fast_mult.cc"
     218#include "digitech.cc"
     219#include "tgb.cc"
     220#include "tgbgauss.cc"
     221#include "ringgb.cc"
     222#include "f5data.cc"
     223#include "f5lists.cc"
     224#include "f5gb.cc"
     225#include "f5c.cc"
     226#include "F5cLists.cc"
     227#include "ratgring.cc"
     228#include "shiftgb.cc"
     229#include "gfan.cc"
     230#include "linearAlgebra.cc"
     231
     232 
     233// TODO: looks like <coeffs/mpr_complex.h> must be installed!
     234
     235// Now ALL the sources from here...
     236#include "digitech.cc"
     237#include "eigenval.cc"
     238#include "F4.cc"
     239#include "f5c.cc"
     240#include "F5cData.cc"
     241#include "F5cLists.cc"
     242#include "f5data.cc"
     243#include "f5gb.cc"
     244#include "f5lists.cc"
     245#include "fast_maps.cc"
     246#include "fast_mult.cc"
     247#include "febase.cc"
     248#include "feread.cc"
     249#include "fglmcomb.cc"
     250#include "fglmgauss.cc"
     251#include "fglmhom.cc"
     252#include "fglmvec.cc"
     253#include "fglmzero.cc"
     254#include "gfan.cc"
     255#include "GMPrat.cc"
     256#include "gr_kstd2.cc"
     257#include "hdegree.cc"
     258#include "hilb.cc"
     259#include "hutil.cc"
     260#include "ideals.cc"
     261#include "int64vec.cc"
     262#include "khstd.cc"
     263#include "kInline.cc"
     264#include "kpolys.cc"
     265#include "kspoly.cc"
     266#include "kstd1.cc"
     267#include "kstd2.cc"
     268#include "kstdfac.cc"
     269#include "kutil.cc"
     270#include "linearAlgebra.cc"
     271#include "misc.cc"
     272#include "mmalloc.cc"
     273#include "multicnt.cc"
     274#include "npolygon.cc"
     275#include "ratgring.cc"
     276#include "ringgb.cc"
     277#include "semic.cc"
     278#include "shiftgb.cc"
     279#include "spectrum.cc"
     280#include "splist.cc"
     281#include "syz0.cc"
     282#include "syz1.cc"
     283#include "syz2.cc"
     284#include "syz3.cc"
     285#include "syz.cc"
     286#include "tgb.cc"
     287#include "tgbgauss.cc"
     288#include "tgb_obsolete.cc"
     289#include "timer.cc"
     290#include "units.cc"
     291#include "walkMain.cc"
     292#include "walkProc.cc"
     293#include "walkSupport.cc"
  • kernel/tgb.cc

    r210e07 r76cfef  
    2323#include <kernel/digitech.h>
    2424#include <polys/nc/nc.h>
    25 #include <kernel/sca.h>
    26 #include <kernel/prCopy.h>
     25#include <polys/nc/sca.h>
     26#include <polys/prCopy.h>
    2727#include <kernel/longrat.h>
    2828#include <kernel/modulop.h>
  • kernel/tgb_internal.h

    r210e07 r76cfef  
    3838//#define USE_STDVECBOOL 1
    3939#ifdef HAVE_BOOST
    40 #include <omalloc.h>
     40#include <omalloc/omalloc.h>
    4141#include <vector>
    4242using boost::dynamic_bitset;
  • kernel/units.cc

    r210e07 r76cfef  
    1414#include <kernel/ideals.h>
    1515#include <misc/intvec.h>
    16 #include <kernel/matpol.h>
     16#include <polys/matpol.h>
    1717#include <kernel/kstd1.h>
    1818#include <kernel/units.h>
  • kernel/walkMain.cc

    r210e07 r76cfef  
    1717#include <kernel/walkMain.h>
    1818#include <kernel/walkSupport.h>
    19 #include <kernel/prCopy.h>
     19#include <polys/prCopy.h>
    2020#include <kernel/kstd1.h>
    21 #include <kernel/matpol.h>
     21#include <polys/matpol.h>
    2222#include <polys/monomials/ring.h>
    2323
  • kernel/walkProc.cc

    r210e07 r76cfef  
    1111#include <polys/monomials/ring.h>
    1212#include <kernel/febase.h>
    13 #include <kernel/maps.h>
     13#include <polys/monomials/maps.h>
    1414#include <omalloc/omalloc.h>
    1515#include <kernel/kstd1.h>
     
    1818#include <kernel/walkSupport.h>
    1919#include <kernel/walkProc.h>
    20 #include <kernel/prCopy.h>
     20#include <polys/prCopy.h>
    2121
    2222///////////////////////////////////////////////////////////////////
  • kernel/walkSupport.cc

    r210e07 r76cfef  
    77#include <polys/monomials/ring.h>
    88#include <kernel/walkSupport.h>
    9 #include <kernel/prCopy.h>
     9#include <polys/prCopy.h>
    1010#include <kernel/kstd1.h>
    11 #include <kernel/matpol.h>
     11#include <polys/matpol.h>
    1212#include <math.h>
    1313
Note: See TracChangeset for help on using the changeset viewer.