Changeset 208cd5 in git for polys/monomials/polys-impl.cc


Ignore:
Timestamp:
Jul 6, 2010, 12:32:18 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
1b816a3ddb5c34f33ea139cdcf225e3a6e8a49f3
Parents:
4cfe968e9f2c139f34f69fccb257823023c3890e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-07-06 12:32:18+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:22+01:00
Message:
polys-impl.*
File:
1 moved

Legend:

Unmodified
Added
Removed
  • polys/monomials/polys-impl.cc

    r4cfe96 r208cd5  
    1919#include <stdio.h>
    2020#include <string.h>
    21 #include <kernel/mod2.h>
     21#include <auxialiary.h>
    2222
    2323#include <omalloc/omalloc.h>
     
    2626#define NO_INLINE3
    2727#endif
    28 #include <kernel/polys-impl.h>
     28#include <polys-impl.h>
    2929
    30 #include <kernel/structs.h>
    31 #include <kernel/febase.h>
    32 #include <kernel/numbers.h>
    33 #include <kernel/polys.h>
    34 #include <kernel/ring.h>
    35 #include <kernel/p_Procs.h>
    36 #include <kernel/dError.h>
     30#include "ring.h"
     31#include <reporter.h>
     32#include <numbers.h>
     33#include "polys.h"
     34#include "ring.h"
     35#include "p_Procs.h"
     36#include <dError.h>
    3737
    3838#ifdef PDEBUG
     
    4545 *
    4646 ***************************************************************/
    47 
    48 
    49 poly pHeadProc(poly p)
    50 {
    51   return pHead(p);
    52 }
    5347
    5448
Note: See TracChangeset for help on using the changeset viewer.