Changeset b5f5444 in git for Singular/iparith.cc


Ignore:
Timestamp:
Aug 3, 2011, 3:47:55 PM (13 years ago)
Author:
Burcin Erocal <burcin@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
79ea4809aa81094eb116bd40570e1ef79259ab31
Parents:
e8c8d577a2c68f346822b68f71832651960d1ba0
git-author:
Burcin Erocal <burcin@erocal.org>2011-08-03 15:47:55+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:16+01:00
Message:
Fix includes in Singular/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    re8c8d5 rb5f5444  
    2424#include <kernel/febase.h>
    2525#include <Singular/sdb.h>
    26 #include <kernel/longalg.h>
    27 #include <kernel/longtrans.h>
     26#include <polys/ext_fields/longalg.h>
     27#include <polys/ext_fields/longtrans.h>
    2828#include <kernel/ideals.h>
    2929#include <polys/prCopy.h>
     
    3636#include <kernel/modulop.h>
    3737#ifdef HAVE_RINGS
    38 #include <kernel/rmodulon.h>
    39 #include <kernel/rmodulo2m.h>
    40 #include <kernel/rintegers.h>
     38#include <coeffs/rmodulon.h>
     39#include <coeffs/rmodulo2m.h>
     40#include <coeffs/rintegers.h>
    4141#endif
    4242#include <coeffs/numbers.h>
     
    5050#include <Singular/attrib.h>
    5151#include <Singular/silink.h>
    52 #include <kernel/sparsmat.h>
     52#include <polys/sparsmat.h>
    5353#include <kernel/units.h>
    5454#include <Singular/janet.h>
     
    7272#include <Singular/newstruct.h>
    7373#include <Singular/ipshell.h>
    74 #include <kernel/mpr_inout.h>
     74//#include <kernel/mpr_inout.h>
    7575
    7676#include <kernel/timer.h>
     
    7979
    8080#ifdef HAVE_PLURAL
    81   #include <kernel/gring.h>
     81  #include <kernel/ratgring.h>
    8282  #include <kernel/sca.h>
    8383  #define ALLOW_PLURAL     1
Note: See TracChangeset for help on using the changeset viewer.