Changeset 0fb34ba in git for Singular/ipconv.cc


Ignore:
Timestamp:
Aug 1, 2011, 6:15:44 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
5835ba44a28ead9218efcd254fc0ecbf3e32c968
Parents:
57592b355247b69310d60aa0448d638c327ad3e8
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-01 18:15:44+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:19+01:00
Message:
start with dir Singular: fix includes and makefile
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipconv.cc

    r57592b3 r0fb34ba  
    1010#include <Singular/tok.h>
    1111#include <Singular/ipid.h>
    12 #include <kernel/intvec.h>
    13 #include <kernel/options.h>
     12#include <misc/intvec.h>
     13#include <misc/options.h>
    1414#include <omalloc/omalloc.h>
    1515#include <kernel/febase.h>
    16 #include <kernel/polys.h>
     16#include <polys/polys.h>
    1717#include <kernel/ideals.h>
    1818#include <Singular/subexpr.h>
    19 #include <kernel/numbers.h>
     19#include <coeffs/numbers.h>
    2020#include <kernel/modulop.h>
    2121#include <kernel/longrat.h>
     
    2626#include <kernel/rintegers.h>
    2727#endif
    28 #include <kernel/matpol.h>
     28#include <polys/matpol.h>
    2929#include <Singular/silink.h>
    3030#include <kernel/syz.h>
    3131#include <Singular/attrib.h>
    32 #include <kernel/ring.h>
     32#include <polys/monomials/ring.h>
    3333#include <Singular/ipshell.h>
    3434#include <Singular/ipconv.h>
Note: See TracChangeset for help on using the changeset viewer.