Changeset 599326 in git for kernel/tgb_internal.h


Ignore:
Timestamp:
Jul 17, 2010, 10:38:50 PM (13 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
3c473cd1025f9dec9b7bf4cbe33d713158cac80f
Parents:
141b46d25737d79123bd198ebe5c05ea65afd1bf
Message:
Anne, Kai, Frank: 
- changes to #include "..." statements to allow cleaner build structure
- affected directories: omalloc, kernel, Singular
- not yet done: IntergerProgramming
                  


git-svn-id: file:///usr/local/Singular/svn/trunk@13032 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/tgb_internal.h

    r141b46d r599326  
    99 * ABSTRACT: tgb internal .h file
    1010*/
    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>
    2121#define USE_NORO 1
    2222
     
    3838//#define USE_STDVECBOOL 1
    3939#ifdef HAVE_BOOST
    40 #include "boost/dynamic_bitset.hpp"
     40#include <omalloc.h>
    4141#include <vector>
    4242using boost::dynamic_bitset;
     
    4747using std::vector;
    4848#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>
    5353
    5454
Note: See TracChangeset for help on using the changeset viewer.