Changeset 29af60 in git


Ignore:
Timestamp:
Nov 5, 2013, 3:51:59 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
aa6c9ccd693cfeffcce6e81a9ccbf75f71dd0599
Parents:
f2772b63b4f97e6fbb9b9d0f6b75c1ccda070370
Message:
chg: structs.h again usable for C and C++
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/structs.h

    rf2772b r29af60  
    1010/* for omBin */
    1111#include <omalloc/omalloc.h>
    12 #include <misc/auxiliary.h>
    13 #include <kernel/polys.h>
    14 #include <polys/coeffrings.h>
    15 
    1612#ifdef HAVE_RINGS
    1713#include <coeffs/si_gmp.h>
     
    2925/* C++-part */
    3026#ifdef __cplusplus
     27#include <misc/auxiliary.h>
     28#include <kernel/polys.h>
     29#include <polys/coeffrings.h>
     30
    3131class sleftv;
    3232class procinfo;
Note: See TracChangeset for help on using the changeset viewer.