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/templates/p_Procs_Dynamic.cc

    ra2f973 r20b794  
    99 *  Version: $Id$
    1010 *******************************************************************/
    11 #include <kernel/mod2.h>
    12 #include <kernel/structs.h>
    13 #include <kernel/p_polys.h>
    14 #include <kernel/ring.h>
    15 #include <kernel/p_Procs.h>
    16 #include <kernel/p_Numbers.h>
    17 #include <kernel/p_MemCmp.h>
    18 #include <kernel/p_MemAdd.h>
    19 #include <kernel/p_MemCopy.h>
    20 #include <kernel/kbuckets.h>
    21 #include <kernel/dError.h>
     11#include "polys/config.h"
     12// #include <polys/structs.h>
     13#include <polys/p_polys.h>
     14#include <polys/monomials/ring.h>
     15#include <polys/p_Procs.h>
     16#include <polys/p_Numbers.h>
     17#include <polys/p_MemCmp.h>
     18#include <polys/p_MemAdd.h>
     19#include <polys/p_MemCopy.h>
     20#include <polys/kbuckets.h>
     21#include <polys/dError.h>
    2222
    2323#ifdef HAVE_DL
     
    3232#include "p_Procs_Dynamic.inc"
    3333
    34 #include <kernel/p_Procs_Dynamic.h>
     34#include <polys/p_Procs_Dynamic.h>
    3535// include general p_Proc stuff
    36 #include <kernel/p_Procs_Impl.h>
    37 #include <kernel/mod_raw.h>
     36#include <polys/p_Procs_Impl.h>
     37#include <polys/mod_raw.h>
    3838
    3939// define to bound for length of p_Proc name
     
    118118
    119119#ifdef RDEBUG
    120 #include <omalloc.h>
     120#include <omalloc/omalloc.h>
    121121
    122122static const char* GetGeneralProcName(p_Proc proc)
     
    222222
    223223
    224 #include <kernel/p_Procs_Set.h>
    225 
    226 #endif
     224#include <polys/p_Procs_Set.h>
     225
     226#endif
Note: See TracChangeset for help on using the changeset viewer.