Changeset cf4154 in git


Ignore:
Timestamp:
Aug 10, 2011, 3:35:02 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
92d6849100514317f65f8b2200dd0ec32ce68b7c
Parents:
4dbeb1ada15124c051b48b7aeee966cfe4acd0e4
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-10 15:35:02+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:17:28+01:00
Message:
FIX: correct headers in maps_ip
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/maps_ip.cc

    r4dbeb1 rcf4154  
    88
    99#include <kernel/mod2.h>
    10 #include <Singular/tok.h>
    11 #include <kernel/febase.h>
    12 #include <polys/polys.h>
     10
     11#include "maps_ip.h"
     12
     13#include <omalloc/omalloc.h>
     14
    1315#include <coeffs/numbers.h>
    1416#include <polys/monomials/ring.h>
    15 #include <kernel/ideals.h>
     17// #include <polys/monomials/maps.h>
    1618#include <polys/matpol.h>
    17 #include <omalloc/omalloc.h>
     19#include <polys/prCopy.h>
     20
     21// #include <kernel/longalg.h>
     22
     23#include <kernel/febase.h>
    1824#include <kernel/kstd1.h>
    19 #include <kernel/longalg.h>
    20 #include <Singular/lists.h>
    21 #include <polys/monomials/maps.h>
    22 #include <Singular/maps_ip.h>
    23 #include <polys/prCopy.h>
     25
     26#include "lists.h"
     27#include "tok.h"
    2428
    2529// define this if you want to use the fast_map routine for mapping ideals
  • Singular/maps_ip.h

    r4dbeb1 rcf4154  
    88* ABSTRACT - the mapping of polynomials to other rings
    99*/
     10
     11#include <misc/auxiliary.h>
     12#include <polys/matpol.h>
     13
    1014#include <kernel/structs.h>
     15#include <kernel/ideals.h>
     16#include <polys/polys.h>
    1117
    1218poly pSubstPoly(poly p, int var, poly image);
Note: See TracChangeset for help on using the changeset viewer.