Changeset a5b80a in git for kernel/misc.cc


Ignore:
Timestamp:
Jul 19, 2011, 2:37:16 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
e6e2198ed93af775c39a664d74d4d9deadd803ab
Parents:
f5b40a5240099ec94e748dacf7211d46ec4ca59a
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-19 14:37:16+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:40:24+01:00
Message:
cleanup kversion.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/misc.cc

    rf5b40a ra5b80a  
    66*/
    77
    8 #include <string.h>
    9 #include <unistd.h>
    10 #include <stdio.h>
    11 #include <stddef.h>
    12 #include <stdlib.h>
    13 #include <time.h>
    14 
    158#include <kernel/mod2.h>
    16 #include <omalloc/mylimits.h>
    17 #include <omalloc/omalloc.h>
    18 #include <kernel/structs.h>
    19 #include <misc/options.h>
    20 #include <kernel/febase.h>
    21 //#include "cntrlc.h"
    22 #include "kstd1.h"
    23 #include "timer.h"
    24 #include <misc/intvec.h>
    25 #include <polys/monomials/ring.h>
    26 #include <polys/templates/p_Procs.h>
    27 #include "kversion.h"
    28 
    29 //#ifdef HAVE_LIBPARSER
    30 //#  include "libparse.h"
    31 //#endif /* HAVE_LIBPARSER */
    329
    3310#ifdef HAVE_FACTORY
     
    4017
    4118#include <coeffs/si_gmp.h>
     19#include <omalloc/omalloc.h>
    4220
    4321#ifdef HAVE_MPSR
     
    4523#endif
    4624
    47 /* init bins from structs.h */
     25/* init bins */
    4826
    49 omBin char_ptr_bin = omGetSpecBin(sizeof(char_ptr));
     27omBin char_ptr_bin = omGetSpecBin(sizeof(char*));
    5028
    5129/*0 implementation*/
Note: See TracChangeset for help on using the changeset viewer.