Changeset 210e07 in git for kernel/syz3.cc


Ignore:
Timestamp:
Jul 14, 2011, 9:33:26 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
76cfefe4f52ffaf7872e644c892963a5add72ce5
Parents:
0f401f6dcd72827fb15dfe26d00e15981d07b550
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-14 21:33:26+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:16+01:00
Message:
ADD: testing headers with "make test.o"
FIX: cleaning up headers in kernel: TODO: kutil.h?!
FIX: febase.h -> old.febase.h (remove later on)
ADD: dummy headers instead of some splited or moved: febase.h, modulop.h (for later fixing)
FIX: renamed various obsolette files into "old.*"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/syz3.cc

    r0f401f r210e07  
    1111#include <misc/options.h>
    1212#include <omalloc/omalloc.h>
    13 #include <kernel/polys.h>
     13#include <polys/polys.h>
    1414#include <kernel/febase.h>
    1515#include <kernel/kstd1.h>
     
    1717#include <kernel/stairc.h>
    1818//#include "cntrlc.h"
    19 #include <kernel/intvec.h>
     19#include <misc/intvec.h>
    2020#include <coeffs/numbers.h>
    2121#include <kernel/modulop.h>
    2222#include <kernel/ideals.h>
    23 #include <kernel/intvec.h>
    24 #include <kernel/ring.h>
     23#include <misc/intvec.h>
     24#include <polys/monomials/ring.h>
    2525#include <kernel/syz.h>
    26 #include <kernel/kbuckets.h>
     26#include <polys/kbuckets.h>
    2727#include <kernel/prCopy.h>
    2828#include <kernel/timer.h>
Note: See TracChangeset for help on using the changeset viewer.