Changeset 541b207 in git for libpolys/coeffs/flintcf_Q.cc


Ignore:
Timestamp:
Jun 30, 2017, 4:07:40 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
d57b302e7f5083d05eee037a6f094dbf6aa548d6
Parents:
a2de5440761bb9b6b58ad9f306fd26c807ba36a5
Message:
fix: include path
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/flintcf_Q.cc

    ra2de54 r541b207  
    77#include <ctype.h> /* isdigit*/
    88
    9 #include "misc/auxiliary.h"
     9#include "libpolys/misc/auxiliary.h"
    1010
    1111#ifdef HAVE_FLINT
     
    1616
    1717#include "omalloc/omalloc.h"
    18 #include "coeffs/coeffs.h"
    19 
    20 #include "coeffs/numbers.h"
    21 #include "coeffs/longrat.h"
     18#include "libpolys/coeffs/coeffs.h"
     19
     20#include "libpolys/coeffs/numbers.h"
     21#include "libpolys/coeffs/longrat.h"
    2222
    2323typedef fmpq_poly_struct *fmpq_poly_ptr;
Note: See TracChangeset for help on using the changeset viewer.