Changeset 22a09d in git for libpolys/coeffs/modulop.cc


Ignore:
Timestamp:
Jul 19, 2011, 1:37:08 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
31f1262751310d366c99e1a3d2914e859f8ea5c0
Parents:
b938f43f09b016c0e34ed3e723d3d187af898b48
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-19 13:37:08+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:58+01:00
Message:
order of includes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/modulop.cc

    rb938f4 r22a09d  
    77*/
    88
     9#include "config.h"
     10#include <misc/auxiliary.h>
     11
     12#ifdef HAVE_FACTORY
     13#include <factory/factory.h>
     14#endif
     15
    916#include <string.h>
    10 #include "config.h"
    1117#include <omalloc/omalloc.h>
    1218#include <coeffs/coeffs.h>
     
    1723#include <misc/mylimits.h>
    1824#include <coeffs/modulop.h>
    19 #ifdef HAVE_FACTORY
    20 #include <factory/factory.h>
    21 #endif
    2225
    2326// int npGen=0;
Note: See TracChangeset for help on using the changeset viewer.