Changeset 2d805a in git for coeffs/gnumpfl.cc


Ignore:
Timestamp:
Nov 16, 2010, 5:22:08 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
bd911c0f0e71a503697bb7fe7b760df56c76182f
Parents:
c3782732bd93dd04f797ead6544eb95174bcbffe
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-11-16 17:22:08+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:40+01:00
Message:
Fixed to "#include <component/header.h>" (even for config.h!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/gnumpfl.cc

    rc37827 r2d805a  
    99*/
    1010
    11 #include "config.h"
    12 #include "coeffs.h"
     11#include <coeffs/config.h>
     12#include <coeffs/coeffs.h>
    1313#include <omalloc/omalloc.h>
    1414#include <reporter/reporter.h>
    15 #include "numbers.h"
    16 #include "modulop.h"
    17 #include "longrat.h"
    18 #include "shortfl.h"
    19 
    20 #include <gnumpfl.h>
    21 #include <mpr_complex.h>
     15#include <coeffs/numbers.h>
     16#include <coeffs/modulop.h>
     17#include <coeffs/longrat.h>
     18#include <coeffs/shortfl.h>
     19
     20#include <coeffs/gnumpfl.h>
     21#include <coeffs/mpr_complex.h>
    2222
    2323extern size_t gmp_output_digits;
Note: See TracChangeset for help on using the changeset viewer.