Changeset f478f5b in git for kernel/tgb.cc


Ignore:
Timestamp:
Jul 19, 2011, 5:43:11 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
f0a8c590c5ba49e8fbdeae1fedd1d5686c1ac135
Parents:
c6e80e954fd691ab249fd985e35fbd2b62c04260
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-19 17:43:11+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:52:42+01:00
Message:
includes for tgb.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    rc6e80e rf478f5b  
    1616///@TODO: no tail reductions in syz comp
    1717#include <kernel/mod2.h>
    18 #include <misc/options.h>
    1918#include <kernel/tgb.h>
    2019#include <kernel/tgb_internal.h>
    2120#include <kernel/tgbgauss.h>
    2221
     22#include <misc/options.h>
    2323#include <kernel/digitech.h>
    2424#include <polys/nc/nc.h>
     
    2626#include <polys/prCopy.h>
    2727#include <kernel/longrat.h>
    28 #include <kernel/modulop.h>
     28#include <coeffs/modulop.h>
    2929#include <stdlib.h>
    3030#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.