Changeset 89f4843 in git for kernel/GBEngine/syz2.cc


Ignore:
Timestamp:
May 31, 2017, 3:34:23 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
1f72e06603a04914579699c90219303182c145d5
Parents:
fc5529daa0eccff5838b233086b49a00790dff79
Message:
use include ".." for singular related .h, p10, register ->REGISTER
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/syz2.cc

    rfc5529 r89f4843  
    66*/
    77
    8 #include <kernel/mod2.h>
    9 
    10 #include <omalloc/omalloc.h>
    11 
    12 #include <misc/mylimits.h>
    13 #include <misc/options.h>
    14 #include <misc/intvec.h>
    15 //#include "cntrlc.h"
    16 
    17 #include <coeffs/coeffs.h>
    18 #include <coeffs/numbers.h>
    19 
    20 #include <polys/monomials/ring.h>
    21 #include <polys/kbuckets.h>
    22 #include <polys/prCopy.h>
    23 
    24 #include <kernel/combinatorics/stairc.h>
    25 #include <kernel/combinatorics/hilb.h>
    26 
    27 #include <kernel/GBEngine/kstd1.h>
    28 #include <kernel/GBEngine/kutil.h>
    29 #include <kernel/GBEngine/syz.h>
    30 
    31 #include <kernel/ideals.h>
    32 #include <kernel/polys.h>
    33 
    34 
    35 
     8#include "kernel/mod2.h"
     9
     10#include "omalloc/omalloc.h"
     11
     12#include "misc/mylimits.h"
     13#include "misc/options.h"
     14#include "misc/intvec.h"
     15
     16#include "coeffs/coeffs.h"
     17#include "coeffs/numbers.h"
     18
     19#include "polys/monomials/ring.h"
     20#include "polys/kbuckets.h"
     21#include "polys/prCopy.h"
     22
     23#include "kernel/combinatorics/stairc.h"
     24#include "kernel/combinatorics/hilb.h"
     25
     26#include "kernel/GBEngine/kstd1.h"
     27#include "kernel/GBEngine/kutil.h"
     28#include "kernel/GBEngine/syz.h"
     29
     30#include "kernel/ideals.h"
     31#include "kernel/polys.h"
    3632
    3733
Note: See TracChangeset for help on using the changeset viewer.