Changeset 599326 in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Jul 17, 2010, 10:38:50 PM (13 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
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/gr_kstd2.cc

    r141b46d r599326  
    77*/
    88
    9 #include "mod2.h"
     9#include <kernel/mod2.h>
    1010
    1111#ifdef HAVE_PLURAL
     
    1313#define PLURAL_INTERNAL_DECLARATIONS
    1414
    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>
    2424//#include "spolys.h"
    2525//#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>
    3131
    3232#if 0
Note: See TracChangeset for help on using the changeset viewer.