Changeset 20b794 in git for libpolys/polys/polys1.cc


Ignore:
Timestamp:
Dec 22, 2010, 2:53:42 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6bec875c8867b15f03a3e57036653bb5cc8956ea
Parents:
a2f973393ba43b9dce2c49e8c0643b10b1124c38
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-12-22 14:53:42+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:59:22+01:00
Message:
FIX: first corrections of #include in polys
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/polys1.cc

    ra2f973 r20b794  
    1111/* includes */
    1212#include <string.h>
    13 #include <kernel/mod2.h>
    14 #include <kernel/options.h>
    15 #include <kernel/numbers.h>
    16 #include <kernel/ffields.h>
     13#include "polys/config.h"
     14// #include <polys/options.h>
     15#include <coeffs/numbers.h>
     16#include <coeffs/ffields.h>
    1717#include <omalloc/omalloc.h>
    18 #include <kernel/febase.h>
    19 #include <kernel/weight.h>
    20 #include <kernel/intvec.h>
    21 #include <kernel/longalg.h>
    22 #include <kernel/longtrans.h>
    23 #include <kernel/ring.h>
    24 #include <kernel/ideals.h>
    25 #include <kernel/polys.h>
     18// #include <???/febase.h>
     19#include <polys/weight.h>
     20#include <polys/intvec.h>
     21#include <polys/ext_fields/longalg.h>
     22#include <polys/monomials/ring.h>
     23#include <polys/ideals.h>
     24#include <polys/polys.h>
    2625//#include "ipid.h"
    2726#ifdef HAVE_FACTORY
    28 #include <kernel/clapsing.h>
     27#include <polys/clapsing.h>
    2928#endif
    3029
    3130#ifdef HAVE_RATGRING
    32 #include <kernel/ratgring.h>
     31// #include <polys/ratgring.h>
    3332#endif
    3433
Note: See TracChangeset for help on using the changeset viewer.