Changeset 117e00e in git for Singular/misc_ip.cc


Ignore:
Timestamp:
Feb 3, 2018, 6:10:23 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
a667d5d8554cf504bf1683b047c0876768639576
Parents:
48ee38d3a169f00f44e0427a80903a8b1016ace1
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-02-03 18:10:23+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-02-03 18:14:44+01:00
Message:
removed unused system includes, math.h ->cmath for .cc files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r48ee38 r117e00e  
    445445*}
    446446*/
    447 
    448 #include <string.h>
    449 #include <unistd.h>
    450 #include <stdio.h>
    451 #include <stddef.h>
    452 #include <stdlib.h>
    453 #include <time.h>
    454 
    455447
    456448void singular_example(char *str)
     
    10751067#endif
    10761068
    1077 #include <sys/types.h>
    1078 #include <sys/stat.h>
    1079 #include <unistd.h>
    1080 
    10811069extern "C"
    10821070int singular_fstat(int fd, struct stat *buf)
Note: See TracChangeset for help on using the changeset viewer.