Ignore:
Timestamp:
Apr 8, 2011, 12:28:10 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
32d07a5562c53552f1d2dd420d41664b2784c2ba
Parents:
f7a975d28ff6640004275695634088f8677f6c7c
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-04-08 12:28:10+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:21+01:00
Message:
fix includes for p_Procs_(Dynamic/Static).cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/templates/p_Procs_Static.cc

    rf7a975 r9959c45  
    1313#include <polys/monomials/ring.h>
    1414#include <polys/monomials/p_polys.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>
     15#include <polys/templates/p_Procs.h>
     16#include <polys/templates/p_Numbers.h>
     17#include <polys/templates/p_MemCmp.h>
     18#include <polys/templates/p_MemAdd.h>
     19#include <polys/templates/p_MemCopy.h>
    2020// #include <polys/kbuckets.h>
    2121#include <reporter/reporter.h>
Note: See TracChangeset for help on using the changeset viewer.