Changeset 599326 in git for kernel/fglmcomb.cc


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

    r141b46d r599326  
    99*/
    1010
    11 #include "mod2.h"
     11#include <kernel/mod2.h>
    1212
    1313#ifdef HAVE_FGLM
    14 #include "options.h"
    15 #include "polys.h"
    16 #include "ideals.h"
    17 #include "ring.h"
    18 #include "febase.h"
    19 #include "maps.h"
    20 #include "omalloc.h"
    21 #include "fglmvec.h"
    22 #include "fglmgauss.h"
    23 #include "kstd1.h"
     14#include <kernel/options.h>
     15#include <kernel/polys.h>
     16#include <kernel/ideals.h>
     17#include <kernel/ring.h>
     18#include <kernel/febase.h>
     19#include <kernel/maps.h>
     20#include <omalloc.h>
     21#include <kernel/fglmvec.h>
     22#include <kernel/fglmgauss.h>
     23#include <kernel/kstd1.h>
    2424#define SI_DONT_HAVE_GLOBAL_VARS
    2525#include <factory.h>
    2626
    27 #include "fglm.h"
     27#include <kernel/fglm.h>
    2828#include <templates/ftmpl_list.h>
    2929
Note: See TracChangeset for help on using the changeset viewer.