Changeset aa8a7e in git for kernel/fglm/fglmzero.cc


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

Legend:

Unmodified
Added
Removed
  • kernel/fglm/fglmzero.cc

    rfb1675 raa8a7e  
    2121
    2222
    23 #include <kernel/mod2.h>
     23#include "kernel/mod2.h"
    2424
    2525
     
    2727// by templates/list.h.
    2828
    29 #include <factory/factory.h>
    30 
    31 #include <factory/templates/ftmpl_list.h>
    32 #include <factory/templates/ftmpl_list.cc>
    33 
    34 #include <omalloc/omalloc.h>
    35 
    36 #include <misc/options.h>
    37 #include <misc/intvec.h>
    38 
    39 #include <polys/monomials/maps.h>
    40 #include <polys/monomials/ring.h>
    41 
    42 #include <kernel/polys.h>
    43 #include <kernel/ideals.h>
    44 #include <kernel/GBEngine/kstd1.h>
     29#include "factory/factory.h"
     30
     31#include "factory/templates/ftmpl_list.h"
     32#include "factory/templates/ftmpl_list.cc"
     33
     34#include "omalloc/omalloc.h"
     35
     36#include "misc/options.h"
     37#include "misc/intvec.h"
     38
     39#include "polys/monomials/maps.h"
     40#include "polys/monomials/ring.h"
     41
     42#include "kernel/polys.h"
     43#include "kernel/ideals.h"
     44#include "kernel/GBEngine/kstd1.h"
    4545
    4646#include "fglm.h"
Note: See TracChangeset for help on using the changeset viewer.