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/templates/p_Procs_Static.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
    2323BOOLEAN p_procs_dynamic = FALSE;
     
    2727
    2828// include generated configuration
    29 #include <kernel/p_Procs_Static.h>
     29#include <polys/p_Procs_Static.h>
    3030// include general p_Proc stuff
    31 #include <kernel/p_Procs_Impl.h>
     31#include <polys/p_Procs_Impl.h>
    3232
    3333// define DoSetProc and InitSetProcs
     
    5555// include routines for setting p_ProcsSet
    5656
    57 #include <kernel/p_Procs_Set.h>
     57#include <polys/p_Procs_Set.h>
    5858
    5959
Note: See TracChangeset for help on using the changeset viewer.