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_Generate.cc

    ra2f973 r20b794  
    1616#include <string.h>
    1717
    18 #include <kernel/mod2.h>
    19 #include <kernel/dError.c>
     18#include "polys/config.h"
     19#include polys/1
    2020
    2121#ifdef p_Procs_Static
    22 #include <kernel/p_Procs_Static.h>
     22#include <polys/p_Procs_Static.h>
    2323#else
    24 #include <kernel/p_Procs_Dynamic.h>
    25 #endif
    26 
    27 #include <kernel/p_Procs_Impl.h>
     24#include <polys/p_Procs_Dynamic.h>
     25#endif
     26
     27#include <polys/p_Procs_Impl.h>
    2828
    2929#ifndef p_Procs_Static
     
    194194
    195195  printf("#undef %s\n#define %s %s\n", s_what, s_what, s_full_proc_name);
    196   printf("#include <kernel/%s__T.cc>\n", s_what);
     196  printf("#include polys/1\n", s_what);
    197197  printf("#undef %s\n", s_what);
    198198#ifdef HAVE_RINGS
Note: See TracChangeset for help on using the changeset viewer.