Changeset b1dfaf in git for Singular/tesths.cc


Ignore:
Timestamp:
Sep 17, 2010, 3:36:19 PM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7194edf653bb54e050d46f0f8090b86b6ac49d1c
Parents:
dce1e3bbf2389a71a367d500df527054c5d4459f
Message:
patch from Kai (checked for problems under Windows OS: no problems)

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

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    rdce1e3 rb1dfaf  
    1515#include <time.h>
    1616#include <errno.h>
    17 #include <Singular/mod2.h>
     17#include <kernel/mod2.h>
    1818#include <Singular/tok.h>
    1919#include <kernel/options.h>
     
    2121#include <kernel/febase.h>
    2222#include <Singular/cntrlc.h>
    23 #include <omalloc.h>
     23#include <omalloc/omalloc.h>
    2424#include <Singular/silink.h>
    2525#include <Singular/ipid.h>
     
    3535#ifdef HAVE_FACTORY
    3636#define SI_DONT_HAVE_GLOBAL_VARS
    37 #include <factory.h>
     37#include <factory/factory.h>
    3838#endif
    3939
     
    6868    /* in mmstd.c, for some architectures freeSize() unconditionally uses the *system* free() */
    6969    /* sage ticket 5344: http://trac.sagemath.org/sage_trac/ticket/5344 */
    70 #include <omalloc.h>
     70#include <omalloc/omalloc.h>
    7171    /* do not rely on the default in Singular as libsingular may be different */
    7272    mp_set_memory_functions(omMallocFunc,omReallocSizeFunc,omFreeSizeFunc);
Note: See TracChangeset for help on using the changeset viewer.