Changeset fb1675 in git for Singular/gms.h


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/gms.h

    r4e2385 rfb1675  
    99#define GMS_H
    1010
    11 #include <kernel/mod2.h>
    12 #include <polys/matpol.h>
     11#include "kernel/mod2.h"
     12#include "polys/matpol.h"
    1313
    14 #include <kernel/structs.h>
    15 #include <kernel/ideals.h>
     14#include "kernel/structs.h"
     15#include "kernel/ideals.h"
    1616
    17 #include <Singular/lists.h>
     17#include "Singular/lists.h"
    1818
    1919lists gmsNF(ideal p, ideal g, matrix B, int D, int K);
Note: See TracChangeset for help on using the changeset viewer.