Ignore:
Timestamp:
Dec 22, 2010, 2:53:42 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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/ext_fields/longalg.cc

    ra2f973 r20b794  
    99#include <stdio.h>
    1010#include <string.h>
    11 #include <kernel/mod2.h>
    12 #include <kernel/structs.h>
     11#include "polys/config.h"
     12// #include <polys/structs.h>
    1313#include <omalloc/omalloc.h>
    14 #include <kernel/febase.h>
    15 #include <kernel/longrat.h>
    16 #include <kernel/modulop.h>
    17 #include <kernel/numbers.h>
    18 #include <kernel/polys.h>
    19 #include <kernel/ideals.h>
    20 #include <kernel/ring.h>
     14// #include <???/febase.h>
     15#include <coeffs/longrat.h>
     16#include <polys/modulop.h>
     17#include <coeffs/numbers.h>
     18#include <polys/polys.h>
     19#include <polys/ideals.h>
     20#include <polys/monomials/ring.h>
    2121#ifdef HAVE_FACTORY
    2222#define SI_DONT_HAVE_GLOBAL_VARS
    2323#include <factory/factory.h>
    24 #include <kernel/clapsing.h>
    25 #include <kernel/clapconv.h>
     24#include <polys/clapsing.h>
     25#include <polys/clapconv.h>
    2626#endif
    27 #include <kernel/longalg.h>
     27#include <polys/ext_fields/longtrans.h>
     28#include <polys/ext_fields/longalg.h>
    2829
    2930struct snaIdeal
Note: See TracChangeset for help on using the changeset viewer.