Changeset aa8a7e in git for kernel/spectrum/test.cc


Ignore:
Timestamp:
May 18, 2017, 2:44:37 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
adcd73732d5c4dec5a94ae3c2bef423fb742b455
Parents:
fb1675cfba52726a4f5dae751f33917588d17dcf
Message:
use include ".." for singular related .h, p9
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/spectrum/test.cc

    rfb1675 raa8a7e  
    1 #include <kernel/mod2.h>
    2 
    3 #include <omalloc/omalloc.h>
    4 
    5 #include <resources/feFopen.h>
    6 #include <resources/feResource.h>
    7 
    8 
    9 #include <factory/factory.h> // :(
    10 
    11 #include <misc/intvec.h>
    12 #include <misc/int64vec.h>
    13 #include <misc/mylimits.h>
    14 #include <misc/options.h>
    15 
    16 #include <reporter/reporter.h>
    17 
    18 #include <coeffs/si_gmp.h>
    19 #include <coeffs/coeffs.h>
    20 #include <coeffs/numbers.h>
     1#include "kernel/mod2.h"
     2
     3#include "omalloc/omalloc.h"
     4
     5#include "resources/feFopen.h"
     6#include "resources/feResource.h"
     7
     8
     9#include "factory/factory.h" // :(
     10
     11#include "misc/intvec.h"
     12#include "misc/int64vec.h"
     13#include "misc/mylimits.h"
     14#include "misc/options.h"
     15
     16#include "reporter/reporter.h"
     17
     18#include "coeffs/si_gmp.h"
     19#include "coeffs/coeffs.h"
     20#include "coeffs/numbers.h"
    2121
    2222#ifndef PLURAL_INTERNAL_DECLARATIONS
     
    2424#endif
    2525
    26 #include <polys/nc/gb_hack.h>
    27 #include <polys/nc/nc.h>
    28 #include <polys/nc/ncSACache.h>
    29 #include <polys/nc/ncSAFormula.h>
    30 #include <polys/nc/ncSAMult.h>
    31 #include <polys/nc/sca.h>
    32 #include <polys/nc/summator.h>
    33 
    34 #include <polys/kbuckets.h>
    35 #include <polys/matpol.h>
    36 #include <polys/mod_raw.h>
    37 #include <polys/prCopy.h>
    38 #include <polys/sbuckets.h>
    39 #include <polys/simpleideals.h>
    40 #include <polys/weight.h>
    41 
    42 #include <polys/monomials/maps.h>
    43 #include <polys/monomials/monomials.h>
    44 #include <polys/monomials/p_polys.h>
    45 #include <polys/monomials/ring.h>
    46 
    47 #include <polys/templates/p_MemAdd.h>
    48 #include <polys/templates/p_Procs.h>
    49 
    50 #include <polys/operations/pShallowCopyDelete.h>
    51 
    52 #include <polys/clapsing.h>
     26#include "polys/nc/gb_hack.h"
     27#include "polys/nc/nc.h"
     28#include "polys/nc/ncSACache.h"
     29#include "polys/nc/ncSAFormula.h"
     30#include "polys/nc/ncSAMult.h"
     31#include "polys/nc/sca.h"
     32#include "polys/nc/summator.h"
     33
     34#include "polys/kbuckets.h"
     35#include "polys/matpol.h"
     36#include "polys/mod_raw.h"
     37#include "polys/prCopy.h"
     38#include "polys/sbuckets.h"
     39#include "polys/simpleideals.h"
     40#include "polys/weight.h"
     41
     42#include "polys/monomials/maps.h"
     43#include "polys/monomials/monomials.h"
     44#include "polys/monomials/p_polys.h"
     45#include "polys/monomials/ring.h"
     46
     47#include "polys/templates/p_MemAdd.h"
     48#include "polys/templates/p_Procs.h"
     49
     50#include "polys/operations/pShallowCopyDelete.h"
     51
     52#include "polys/clapsing.h"
    5353
    5454
     
    6060
    6161
    62 // #include "structs.h"
    63 
    64 
    6562// HEADERS:
    66 #include <kernel/ideals.h>
    67 #include <kernel/digitech.h>
    68 #include <kernel/fast_mult.h>
    69 
    70 // #include <kernel/spectrum/kmatrix.h>
    71 #include <kernel/preimage.h>
    72 
    73 #include <kernel/structs.h>
    74 
    75 #include <kernel/polys.h>
     63#include "kernel/ideals.h"
     64#include "kernel/digitech.h"
     65#include "kernel/fast_mult.h"
     66
     67#include "kernel/preimage.h"
     68
     69#include "kernel/structs.h"
     70
     71#include "kernel/polys.h"
    7672
    7773void TestGBEngine()
Note: See TracChangeset for help on using the changeset viewer.