Changeset 567abae in git


Ignore:
Timestamp:
Aug 3, 2011, 4:10:46 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
8fa9eac11b7255f081ef96ac76bf845c0fc38c59
Parents:
f9591af2831fa1de12e466051a60fd165adecaee
git-author:
Martin Lee <martinlee84@web.de>2011-08-03 16:10:46+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:17+01:00
Message:
fixed includes in walk.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/walk.cc

    rf9591a r567abae  
    5555#include <Singular/ipshell.h>
    5656#include <Singular/ipconv.h>
    57 #include <kernel/longalg.h>
    58 #include <kernel/ffields.h>
     57#include <polys/ext_fields/longalg.h>
     58#include <coeffs/ffields.h>
    5959#include <Singular/subexpr.h>
    60 #include <kernel/p_Procs.h>
     60#include <polys/templates/p_Procs.h>
    6161
    6262#include <polys/monomials/maps.h>
     
    8686#include <polys/prCopy.h>
    8787#include <polys/monomials/ring.h>
    88 #include <kernel/longalg.h>
     88//#include <polys/ext_fields/longalg.h>
    8989#ifdef HAVE_FACTORY
    9090#include <polys/clapsing.h>
    9191#endif
    9292
    93 #include <kernel/mpr_complex.h>
     93#include <coeffs/mpr_complex.h>
    9494
    9595int nstep;
Note: See TracChangeset for help on using the changeset viewer.