Changeset 599326 in git for kernel/gr_kstd2.cc
- Timestamp:
- Jul 17, 2010, 10:38:50 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 3c473cd1025f9dec9b7bf4cbe33d713158cac80f
- Parents:
- 141b46d25737d79123bd198ebe5c05ea65afd1bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
r141b46d r599326 7 7 */ 8 8 9 #include "mod2.h"9 #include <kernel/mod2.h> 10 10 11 11 #ifdef HAVE_PLURAL … … 13 13 #define PLURAL_INTERNAL_DECLARATIONS 14 14 15 #include "omalloc.h"16 #include "polys.h"17 #include "ideals.h"18 #include "febase.h"19 #include "options.h"20 #include "kutil.h"21 #include "kstd1.h"22 #include "khstd.h"23 #include "kutil.h"15 #include <omalloc.h> 16 #include <kernel/polys.h> 17 #include <kernel/ideals.h> 18 #include <kernel/febase.h> 19 #include <kernel/options.h> 20 #include <kernel/kutil.h> 21 #include <kernel/kstd1.h> 22 #include <kernel/khstd.h> 23 #include <kernel/kutil.h> 24 24 //#include "spolys.h" 25 25 //#include "cntrlc.h" 26 #include "weight.h"27 #include "intvec.h"28 #include "gring.h"29 #include "sca.h"30 #include "ratgring.h"26 #include <kernel/weight.h> 27 #include <kernel/intvec.h> 28 #include <kernel/gring.h> 29 #include <kernel/sca.h> 30 #include <kernel/ratgring.h> 31 31 32 32 #if 0
Note: See TracChangeset
for help on using the changeset viewer.