Changeset d75f15 in git
- Timestamp:
- May 5, 2011, 2:35:42 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- ce3f53c9db13dc43a04d51988cc1a5ea929e0f6d
- Parents:
- c5917f1380ed4ec7ca0783716f48ed511785eebd
- git-author:
- Martin Lee <martinlee84@web.de>2011-05-05 14:35:42+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:37+01:00
- Location:
- libpolys/polys
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/clapconv.h
rc5917f1 rd75f15 12 12 #define INCL_SINGCONV_H 13 13 14 #include <kernel/structs.h>15 #include < kernel/longtrans.h>16 #include < kernel/ring.h>14 //#include <kernel/structs.h> 15 #include <polys/ext_fields/longtrans.h> 16 #include <polys/monomials/ring.h> 17 17 #ifdef HAVE_FACTORY 18 18 # include <factory/factory.h> -
libpolys/polys/clapsing.h
rc5917f1 rd75f15 18 18 #include <misc/intvec.h> 19 19 #include <polys/matpol.h> 20 #include <polys/clapconv.h> 20 21 //#include <kernel/longtrans.h> 21 22
Note: See TracChangeset
for help on using the changeset viewer.