Changeset 599326 in git for Singular/maps_ip.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
  • Singular/maps_ip.cc

    r141b46d r599326  
    77*/
    88
    9 #include "mod2.h"
    10 #include "tok.h"
    11 #include "febase.h"
    12 #include "polys.h"
    13 #include "numbers.h"
    14 #include "ring.h"
    15 #include "ideals.h"
    16 #include "matpol.h"
    17 #include "omalloc.h"
    18 #include "kstd1.h"
    19 #include "longalg.h"
    20 #include "lists.h"
    21 #include "maps.h"
    22 #include "maps_ip.h"
    23 #include "prCopy.h"
     9#include <Singular/mod2.h>
     10#include <Singular/tok.h>
     11#include <kernel/febase.h>
     12#include <kernel/polys.h>
     13#include <kernel/numbers.h>
     14#include <kernel/ring.h>
     15#include <kernel/ideals.h>
     16#include <kernel/matpol.h>
     17#include <omalloc.h>
     18#include <kernel/kstd1.h>
     19#include <kernel/longalg.h>
     20#include <Singular/lists.h>
     21#include <kernel/maps.h>
     22#include <Singular/maps_ip.h>
     23#include <kernel/prCopy.h>
    2424
    2525// define this if you want to use the fast_map routine for mapping ideals
     
    2727
    2828#ifdef FAST_MAP
    29 #include "fast_maps.h"
     29#include <kernel/maps.h>
    3030#endif
    3131
Note: See TracChangeset for help on using the changeset viewer.