Changeset fb1675 in git for Singular/test.cc


Ignore:
Timestamp:
May 17, 2017, 12:22:28 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
aa8a7e160995098738e53c8327b17ceaa9adf723
Parents:
4e2385b1551ca0774efb333e893713712767757b
Message:
use include ".." for singular related .h, p8
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/test.cc

    r4e2385 rfb1675  
    6969#include "kernel/groebner_walk/walkSupport.h"
    7070#include "kernel/GBEngine/khstd.h"
    71 /// #include <kernel/sparsmat.h> // TODO: install polys/this!
    72 //+
    7371
    7472#include "kernel/fglm/fglm.h"
     
    9290#include "kernel/GBEngine/kutil.h"
    9391
    94 // #include <kernel/dbm_sl.h> // TODO: needs si_link// already moved to Singular/!
    95 
    96 // #include "CCRing.h" // Too old!
    9792#include "kernel/digitech.h"
    9893#include "kernel/linear_algebra/eigenval.h"
     
    110105#include "kernel/GBEngine/f5gb.h"
    111106#include "kernel/GBEngine/f5lists.h"
    112 ////////#include <kernel/F5cLists.h"
     107////////#include "kernel/F5cLists.h"
    113108
    114109#include "kernel/spectrum/GMPrat.h"
    115110#include "kernel/combinatorics/hutil.h"
    116 // #include <kernel/Ideal.h> // Too old?
    117111
    118112#include "kernel/ideals.h"
     
    127121
    128122
    129 // #include "lplist.h" // Too old!
    130123#include "kernel/spectrum/multicnt.h"
    131124#include "kernel/spectrum/npolygon.h"
    132 // #include <kernel/Number.h> // Too old?
    133 // #include <kernel/Poly.h> // Too old?
    134 // #include <kernel/PowerSeries.h> // Too old?
    135125
    136126#include "kernel/preimage.h"
     
    147137#include "kernel/structs.h"
    148138#include "kernel/GBEngine/syz.h"
    149 // #include <kernel/testpoly.h> // Too old?
     139// #include "kernel/testpoly.h" // Too old?
    150140
    151141#include "kernel/GBEngine/tgbgauss.h"
     
    160150
    161151
    162 // #include <polys/clapconv.h> // due to factory? :(
    163 // #include <kernel/tgb_internal.h> // :(
    164 // #include <kernel/F4.h> // uses tgb_internal // :(
    165 // #include <kernel/IIntvec.h> // :(
     152// #include "polys/clapconv.h" // due to factory? :(
     153// #include "kernel/tgb_internal.h" // :(
     154// #include "kernel/F4.h" // uses tgb_internal // :(
    166155
    167156
    168157// headers in Singular/
    169158#include "Singular/mmalloc.h"
    170 //#include <Singular/idrec.h> // moved to Singular
    171159#include "Singular/attrib.h"
    172160#include "Singular/blackbox.h"
Note: See TracChangeset for help on using the changeset viewer.