Changeset 2d805a in git for coeffs/numbers.cc


Ignore:
Timestamp:
Nov 16, 2010, 5:22:08 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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/numbers.cc

    rc37827 r2d805a  
    88*/
    99
    10 #include "config.h"
     10#include <coeffs/config.h>
    1111#include <misc/auxiliary.h>
    1212
    1313
    1414
    15 #include "coeffs.h"
    16 
    17 #include "numbers.h"
     15#include <coeffs/coeffs.h>
     16
     17#include <coeffs/numbers.h>
    1818
    1919#include <reporter/reporter.h>
    2020#include <omalloc/omalloc.h>
    21 #include "numbers.h"
    22 #include "longrat.h"
    23 #include "modulop.h"
    24 #include "gnumpfl.h"
    25 #include "gnumpc.h"
    26 #include "ffields.h"
    27 #include "shortfl.h"
    28 #include "longtrans.h"
     21#include <coeffs/numbers.h>
     22#include <coeffs/longrat.h>
     23#include <coeffs/modulop.h>
     24#include <coeffs/gnumpfl.h>
     25#include <coeffs/gnumpc.h>
     26#include <coeffs/ffields.h>
     27#include <coeffs/shortfl.h>
    2928#ifdef HAVE_RINGS
    30 #include <rmodulo2m.h>
    31 #include <rmodulon.h>
    32 #include <rintegers.h>
     29#include <coeffs/rmodulo2m.h>
     30#include <coeffs/rmodulon.h>
     31#include <coeffs/rintegers.h>
    3332#endif
    3433#include <string.h>
Note: See TracChangeset for help on using the changeset viewer.