Changeset 0fb34ba in git for Singular/subexpr.cc


Ignore:
Timestamp:
Aug 1, 2011, 6:15:44 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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/subexpr.cc

    r57592b3 r0fb34ba  
    1414
    1515#include <kernel/mod2.h>
    16 #include <kernel/intvec.h>
     16#include <misc/intvec.h>
    1717#include <Singular/tok.h>
    18 #include <kernel/options.h>
     18#include <misc/options.h>
    1919#include <Singular/ipid.h>
    20 #include <kernel/intvec.h>
     20#include <misc/intvec.h>
    2121#include <omalloc/omalloc.h>
    2222#include <kernel/febase.h>
    23 #include <kernel/polys.h>
     23#include <polys/polys.h>
    2424#include <kernel/ideals.h>
    25 #include <kernel/maps.h>
    26 #include <kernel/matpol.h>
     25#include <polys/monomials/maps.h>
     26#include <polys/matpol.h>
    2727#include <kernel/kstd1.h>
    2828#include <kernel/timer.h>
    29 #include <kernel/ring.h>
     29#include <polys/monomials/ring.h>
    3030#include <kernel/ffields.h>
    31 #include <kernel/numbers.h>
     31#include <coeffs/numbers.h>
    3232#include <kernel/longrat.h>
    3333#include <Singular/ipshell.h>
Note: See TracChangeset for help on using the changeset viewer.