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

    r141b46d r599326  
    1414 ***************************************************************/
    1515
    16 #include "mod2.h"
     16#include <Singular/mod2.h>
    1717
    1818#ifdef HAVE_MPSR
    1919
    20 #include "mpsr_Get.h"
    21 #include "longalg.h"
    22 #include "tok.h"
    23 #include "maps.h"
    24 #include "lists.h"
     20#include <Singular/mpsr_Get.h>
     21#include <Singular/longalg.h>
     22#include <Singular/tok.h>
     23#include <kernel/maps.h>
     24#include <Singular/lists.h>
    2525
    2626BOOLEAN currComplete = FALSE;
     
    436436#undef freeSize
    437437
    438 #include "mmalloc.h"
     438#include <Singular/mmalloc.h>
    439439
    440440static int mpsr_is_initialized = 0;
Note: See TracChangeset for help on using the changeset viewer.