Ignore:
Timestamp:
May 17, 2017, 12:22:28 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
aa8a7e160995098738e53c8327b17ceaa9adf723
Parents:
4e2385b1551ca0774efb333e893713712767757b
Message:
use include ".." for singular related .h, p8
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/syzextra/DebugPrint.cc

    r4e2385 rfb1675  
    2020
    2121// include header file
    22 #include <kernel/mod2.h>
     22#include "kernel/mod2.h"
    2323
    2424#include "DebugPrint.h"
    25 
    26 #include <omalloc/omalloc.h>
    27 #include <polys/monomials/p_polys.h>
    28 
    29 #include <kernel/ideals.h>
    30 
    31 
     25#include "omalloc/omalloc.h"
     26#include "polys/monomials/p_polys.h"
     27#include "kernel/ideals.h"
    3228
    3329BEGIN_NAMESPACE()
Note: See TracChangeset for help on using the changeset viewer.