Changeset aa8a7e in git for kernel/combinatorics/hutil.cc


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

Legend:

Unmodified
Added
Removed
  • kernel/combinatorics/hutil.cc

    rfb1675 raa8a7e  
    66*/
    77
    8 #include <kernel/mod2.h>
    9 // #include <kernel/structs.h>
    10 #include <omalloc/omalloc.h>
    11 
    12 #include <polys/simpleideals.h>
    13 #include <polys/monomials/p_polys.h>
    14 
    15 // #include <kernel/ideals.h>
    16 #include <kernel/polys.h>
    17 #include <kernel/combinatorics/hutil.h>
     8#include "kernel/mod2.h"
     9// #include "kernel/structs.h"
     10#include "omalloc/omalloc.h"
     11
     12#include "polys/simpleideals.h"
     13#include "polys/monomials/p_polys.h"
     14
     15// #include "kernel/ideals.h"
     16#include "kernel/polys.h"
     17#include "kernel/combinatorics/hutil.h"
    1818
    1919scfmon hexist, hstc, hrad, hwork;
Note: See TracChangeset for help on using the changeset viewer.