Changeset fb1675 in git for Singular/febase.cc


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/febase.cc

    r4e2385 rfb1675  
    55* ABSTRACT: i/o system
    66*/
    7 #include <kernel/mod2.h>
     7#include "kernel/mod2.h"
    88
    99/* I need myfread in standalone_parser */
    1010#ifndef STANDALONE_PARSER
    1111
    12 #include <omalloc/omalloc.h>
    13 #include <reporter/reporter.h>
    14 #include <misc/options.h>
     12#include "omalloc/omalloc.h"
     13#include "reporter/reporter.h"
     14#include "misc/options.h"
    1515
    16 //#include <Singular/febase.h>
     16//#include "Singular/febase.h"
    1717
    1818#include <stdlib.h>
    1919#include <stdio.h>
    20 #include <misc/mylimits.h>
     20#include "misc/mylimits.h"
    2121#include <stdarg.h>
    2222#include <sys/stat.h>
Note: See TracChangeset for help on using the changeset viewer.