Changeset c0a0e5 in git


Ignore:
Timestamp:
Jan 19, 2018, 9:43:02 AM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
266ae39a4ab62143603d12a840d17b782f958ce0
Parents:
00290605c57644fdd1a1e07dd62419c776a40f2f
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-01-19 09:43:02+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-01-19 09:53:34+01:00
Message:
fix: includes of gitfan/gitfan.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/gitfan/gitfan.cc

    r002906 rc0a0e5  
    1313
    1414#if HAVE_GFANLIB
     15#include <stdio.h>
     16#include <string.h>
     17#include <ctype.h>
     18#include <sys/stat.h>
     19#include <iostream>
     20#include <list>
    1521
    1622#include "Singular/dyn_modules/gfanlib/callgfanlib_conversion.h"
    1723#include "Singular/dyn_modules/gfanlib/bbcone.h"
    1824#include "Singular/dyn_modules/gfanlib/bbfan.h"
    19 #include "Singular/iplib.cc"
     25#include "Singular/mod_lib.h"
     26
    2027#include "gitfan.h"
    2128
    22 #include "Singular/ipid.h"
    23 #include "Singular/lists.h"
    24 #include "Singular/ipshell.h"
    25 
    26 #include "coeffs/bigintmat.h"
    27 #include "coeffs/coeffs.h"
    28 
    29 #include <iostream>
    30 #include <list>
     29
    3130
    3231namespace gitfan
Note: See TracChangeset for help on using the changeset viewer.