Changeset 599326 in git for kernel/clapsing.cc


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

    r141b46d r599326  
    99
    1010//#define FACTORIZE2_DEBUG
    11 #include "mod2.h"
    12 #include "omalloc.h"
     11#include <kernel/mod2.h>
     12#include <omalloc.h>
    1313#ifdef HAVE_FACTORY
    1414#define SI_DONT_HAVE_GLOBAL_VARS
    15 #include "structs.h"
    16 #include "clapsing.h"
    17 #include "numbers.h"
    18 #include "ring.h"
    19 #include "ideals.h"
    20 #include "ffields.h"
     15#include <kernel/structs.h>
     16#include <kernel/clapsing.h>
     17#include <kernel/numbers.h>
     18#include <kernel/ring.h>
     19#include <kernel/ideals.h>
     20#include <kernel/ffields.h>
    2121#include <factory.h>
    22 #include "clapconv.h"
     22#include <kernel/clapconv.h>
    2323#include <factor.h>
    24 #include "ring.h"
     24#include <kernel/ring.h>
    2525
    2626void out_cf(const char *s1,const CanonicalForm &f,const char *s2);
Note: See TracChangeset for help on using the changeset viewer.