Changeset 599326 in git for kernel/tgb_internal.h
- Timestamp:
- Jul 17, 2010, 10:38:50 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 3c473cd1025f9dec9b7bf4cbe33d713158cac80f
- Parents:
- 141b46d25737d79123bd198ebe5c05ea65afd1bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb_internal.h
r141b46d r599326 9 9 * ABSTRACT: tgb internal .h file 10 10 */ 11 #include <omalloc .h>12 #include "p_polys.h"13 14 #include "ideals.h"15 #include "ring.h"16 #include "febase.h"17 #include "options.h"18 #include "polys.h"19 #include "stdlib.h"20 #include < modulop.h>11 #include <omalloc/omalloc.h> 12 #include <kernel/p_polys.h> 13 14 #include <kernel/ideals.h> 15 #include <kernel/ring.h> 16 #include <kernel/febase.h> 17 #include <kernel/options.h> 18 #include <kernel/polys.h> 19 #include <stdlib.h> 20 #include <kernel/modulop.h> 21 21 #define USE_NORO 1 22 22 … … 38 38 //#define USE_STDVECBOOL 1 39 39 #ifdef HAVE_BOOST 40 #include "boost/dynamic_bitset.hpp"40 #include <omalloc.h> 41 41 #include <vector> 42 42 using boost::dynamic_bitset; … … 47 47 using std::vector; 48 48 #endif 49 #include "kutil.h"50 #include "kInline.cc"51 #include "kstd1.h"52 #include "kbuckets.h"49 #include <kernel/kutil.h> 50 #include <kernel/kInline.cc> 51 #include <kernel/kstd1.h> 52 #include <kernel/kbuckets.h> 53 53 54 54
Note: See TracChangeset
for help on using the changeset viewer.