Changeset 933be8 in git for Singular/test.cc
- Timestamp:
- Jan 8, 2014, 7:38:34 PM (10 years ago)
- 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
- 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> 1 8 #include <misc/auxiliary.h> 2 9 3 10 #include <factory/factory.h> // :( 4 11 5 #include <omalloc/omalloc.h>6 12 7 13 #include <misc/intvec.h> … … 55 61 #include <kernel/polys.h> 56 62 57 58 #ifdef HAVE_CONFIG_H59 #include "singularconfig.h"60 #endif /* HAVE_CONFIG_H */61 #include <kernel/mod2.h>62 63 63 64 #include <kernel/structs.h>
Note: See TracChangeset
for help on using the changeset viewer.