Changeset 69dcbd in git


Ignore:
Timestamp:
Aug 3, 2011, 3:39:08 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0e7635908ba5356fa51c0a4755ec1eae88a9b328
Parents:
3f07d198bf060a2be164d622a9aa6feb168223f2
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 15:39:08+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:15+01:00
Message:
FIX: fixed headers in syz1.cc (idrec.h should not be needed)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/syz1.cc

    r3f07d1 r69dcbd  
    88
    99#include <kernel/mod2.h>
     10
    1011#include <omalloc/mylimits.h>
     12#include <omalloc/omalloc.h>
     13
    1114#include <misc/options.h>
    12 #include <omalloc/omalloc.h>
     15#include <misc/intvec.h>
     16#include <coeffs/numbers.h>
     17
     18#include <polys/monomials/ring.h>
     19#include <polys/kbuckets.h>
     20#include <polys/prCopy.h>
     21
    1322#include <polys/polys.h>
     23
    1424#include <kernel/febase.h>
    1525#include <kernel/kstd1.h>
     
    1727#include <kernel/stairc.h>
    1828//#include "cntrlc.h"
    19 #include <misc/intvec.h>
    20 #include <coeffs/numbers.h>
    2129#include <kernel/modulop.h>
    2230#include <kernel/ideals.h>
    23 #include <misc/intvec.h>
    24 #include <polys/monomials/ring.h>
    2531#include <kernel/syz.h>
    26 #include <polys/kbuckets.h>
    27 #include <polys/prCopy.h>
    28 #include <kernel/idrec.h>
     32// #include <kernel/idrec.h>
    2933
    3034extern void p_Setm_Syz(poly p, ring r,
Note: See TracChangeset for help on using the changeset viewer.