Changeset 20b794 in git for libpolys/polys/operations


Ignore:
Timestamp:
Dec 22, 2010, 2:53:42 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
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
Location:
libpolys/polys/operations
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/operations/pShallowCopyDelete.cc

    ra2f973 r20b794  
    99 *  Version: $Id$
    1010 *******************************************************************/
    11 #include <kernel/mod2.h>
    12 #include <kernel/p_polys.h>
    13 #include <kernel/ring.h>
    14 #include <kernel/pShallowCopyDelete.h>
     11#include "polys/config.h"
     12#include <polys/p_polys.h>
     13#include <polys/monomials/ring.h>
     14#include <polys/operations/pShallowCopyDelete.h>
    1515
    1616// a simple implementations
  • libpolys/polys/operations/p_Mult_q.cc

    ra2f973 r20b794  
    99 *  Version: $Id$
    1010 *******************************************************************/
    11 #include <kernel/mod2.h>
     11#include "polys/config.h"
    1212
    1313/***************************************************************
     
    1717 * Assumes: pLength(p) >= 2 pLength(q) >=2
    1818 ***************************************************************/
    19 #include <kernel/options.h>
    20 #include <kernel/p_polys.h>
    21 #include <kernel/p_Procs.h>
    22 #include <kernel/p_Numbers.h>
    23 #include <kernel/kbuckets.h>
    24 
    25 #include <kernel/p_Mult_q.h>
     19// #include <polys/options.h>
     20#include <polys/p_polys.h>
     21#include <polys/p_Procs.h>
     22#include <polys/p_Numbers.h>
     23#include <polys/kbuckets.h>
     24
     25#include <polys/operations/p_Mult_q.h>
    2626
    2727BOOLEAN pqLength(poly p, poly q, int &lp, int &lq, const int min)
  • libpolys/polys/operations/p_Mult_q.h

    ra2f973 r20b794  
    1010 *  Version: $Id$
    1111 *******************************************************************/
    12 #include <kernel/mod2.h>
    13 #include <kernel/structs.h>
     12#include "polys/config.h"
     13// #include <polys/structs.h>
    1414
    1515// Use buckets if min(pLength(p), pLength(q)) >= MIN_LENGTH_BUCKET
Note: See TracChangeset for help on using the changeset viewer.