Changeset 32bd40 in git


Ignore:
Timestamp:
Mar 2, 2011, 4:56:43 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b50cc4fc80fdf2a2005655a08d9229aa4b32d4a5')
Children:
fb0a6994525982ae391932afdd4d24384a163fda
Parents:
89abbe07ab1f0d917faf8b67ce6eb62994353b25
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-03-02 16:56:43+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:00:09+01:00
Message:
several minor include fixes
Location:
libpolys/polys/ext_fields
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/longalg.h

    r89abbe0 r32bd40  
    1010#include <coeffs/coeffs.h>
    1111#include <coeffs/longrat.h>
    12 #include <poly/monomials/polys-impl.h>
     12#include <polys/monomials/polys-impl.h>
    1313#include <polys/ext_fields/longtrans.h>
    1414
  • libpolys/polys/ext_fields/longtrans.cc

    r89abbe0 r32bd40  
    1111#include <stdio.h>
    1212#include <string.h>
    13 #include <kernel/mod2.h>
    14 #include <kernel/structs.h>
    1513#include <omalloc/omalloc.h>
    16 #include <kernel/febase.h>
    17 #include <kernel/longrat.h>
    18 #include <kernel/modulop.h>
    19 #include <kernel/numbers.h>
    20 #include <kernel/polys.h>
    21 #include <kernel/ideals.h>
    22 #include <kernel/ring.h>
     14#include <resources/feFopen.h>
     15#include <coeffs/longrat.h>
     16#include <coeffs/modulop.h>
     17#include <coeffs/numbers.h>
     18#include <polys/polys.h>
     19#include <polys/simpleideals.h>
     20#include <polys/monomials/ring.h>
    2321#ifdef HAVE_FACTORY
    2422#define SI_DONT_HAVE_GLOBAL_VARS
    2523#include <factory/factory.h>
    26 #include <kernel/clapsing.h>
    27 #include <kernel/clapconv.h>
     24//#include <kernel/clapsing.h>
     25//#include <kernel/clapconv.h>
    2826#endif
    29 #include <kernel/longtrans.h>
    30 #include <kernel/longalg.h>
     27#include <polys/ext_fields/longtrans.h>
     28#include <polys/ext_fields/longalg.h>
    3129
    3230ring nacRing;
  • libpolys/polys/ext_fields/longtrans.h

    r89abbe0 r32bd40  
    99              i.e., in rational function fields
    1010*/
    11 #include <kernel/structs.h>
    12 #include <kernel/longalg.h>
    13 #if 0
    14 #include <kernel/longrat.h>
    15 #include <kernel/polys-impl.h>
     11#include <coeffs/longrat.h>
     12#include <polys/monomials/polys-impl.h>
    1613
    1714/*
Note: See TracChangeset for help on using the changeset viewer.