Changeset 933be8 in git for Singular/test.cc


Ignore:
Timestamp:
Jan 8, 2014, 7:38:34 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
Children:
974aa2b935f392585b96f601c41d9917101f6dd4
Parents:
9a6ff9955d9edb236345792b7cb96ead677b27eb
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 19:38:34+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 19:39:55+01:00
Message:
Cleanup + warning elimination
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/test.cc

    r9a6ff99 r933be8  
     1#ifdef HAVE_CONFIG_H
     2#include "singularconfig.h"
     3#endif /* HAVE_CONFIG_H */
     4
     5#include <kernel/mod2.h>
     6
     7#include <omalloc/omalloc.h>
    18#include <misc/auxiliary.h>
    29
    310#include <factory/factory.h> // :(
    411
    5 #include <omalloc/omalloc.h>
    612
    713#include <misc/intvec.h>
     
    5561#include <kernel/polys.h>
    5662
    57 
    58 #ifdef HAVE_CONFIG_H
    59 #include "singularconfig.h"
    60 #endif /* HAVE_CONFIG_H */
    61 #include <kernel/mod2.h>
    6263
    6364#include <kernel/structs.h>
Note: See TracChangeset for help on using the changeset viewer.