Changeset 186f01 in git
- Timestamp:
- Mar 31, 2014, 6:36:40 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- fd1b1bea481cd45c9fbdf879631462477c578aa6
- Parents:
- 243019103085855c879a78eda81371dae089f615
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-31 18:36:40+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-31 18:37:22+02:00
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/pyobject.cc
r243019 r186f01 13 13 //***************************************************************************** 14 14 15 16 17 15 #include <singularconfig.h> 18 16 19 17 #ifdef HAVE_PYTHON 20 21 18 #include <kernel/mod2.h> 22 19 23 //#include <misc/auxiliary.h>24 //#include "newstruct.h"25 26 #include <misc/auxiliary.h>27 28 20 #include <omalloc/omalloc.h> 21 #include <misc/intvec.h> 29 22 30 23 #include <kernel/febase.h> 31 #include <misc/intvec.h> 32 24 25 #include <Singular/subexpr.h> 33 26 #include <Singular/ipid.h> 34 27 #include <Singular/blackbox.h> … … 37 30 #include <Singular/ipshell.h> 38 31 #include <Singular/newstruct.h> 39 40 #include "subexpr.h"41 #include "lists.h"42 #include "ipid.h"43 #include "blackbox.h"44 #include "ipshell.h"45 #include "newstruct.h"46 32 47 33 #include <Singular/mod_lib.h> -
Singular/tesths.cc
r243019 r186f01 11 11 12 12 #include <kernel/mod2.h> 13 #include "countedref.h"14 13 #include <omalloc/omalloc.h> 15 14 … … 40 39 #include "fegetopt.h" 41 40 42 #include "pyobject_setup.h" 41 #include <Singular/countedref.h> 42 #include <Singular/pyobject_setup.h> 43 43 44 44 #include <unistd.h>
Note: See TracChangeset
for help on using the changeset viewer.