Changeset f5f5c9 in git for libpolys/coeffs/longrat.h


Ignore:
Timestamp:
Jul 3, 2017, 12:11:54 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
d2096d80b66af9a0624c996b1dea2e23bb741ee2e93b00355896c3f6635d8c010d17067b1f821ea7
Parents:
97a2627c1097ffd33ef3e303266bba71b8afd326
Message:
fix: include path for julia
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/longrat.h

    r97a262 rf5f5c9  
    77* ABSTRACT: computation with long rational numbers
    88*/
    9 #include "libpolys/misc/auxiliary.h"
     9#include "misc/auxiliary.h"
    1010
    11 #include "libpolys/coeffs/si_gmp.h"
    12 #include "libpolys/coeffs/coeffs.h"
     11#include "coeffs/si_gmp.h"
     12#include "coeffs/coeffs.h"
    1313
    1414struct snumber; typedef struct snumber  *number;
Note: See TracChangeset for help on using the changeset viewer.