Changeset c6e80e in git for kernel/kutil.h


Ignore:
Timestamp:
Jul 19, 2011, 5:39:14 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f478f5beee78cd910479115b993cc9e7b02b82a8
Parents:
a2174ab573b7b58a5ee6a6c293035fc8ecbd45ab
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-19 17:39:14+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:52:42+01:00
Message:
FIX: kInline.cc should be a header: kInline.h
ADD: nGcd/pDeg can be used with and without ring argument
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.h

    ra2174a rc6e80e  
    1111
    1212#include <string.h>
    13 #include <omalloc/mylimits.h>
     13
     14#include <omalloc/omalloc.h>
     15#include <misc/mylimits.h>
     16
     17
     18#include <polys/polys.h>
     19#include <polys/operations/pShallowCopyDelete.h>
    1420
    1521#include <kernel/structs.h>
    16 #include <omalloc/omalloc.h>
    17 #include <polys/monomials/ring.h>
    18 #include <kernel/structs.h>
    19 #include <polys/operations/pShallowCopyDelete.h>
    2022
    2123#if 1
     
    641643  kStrategy strat);
    642644
    643 //// #include <kernel/kInline.cc> // This is really ugly!!!
     645#include <kernel/kInline.h>
    644646
    645647/* shiftgb stuff */
Note: See TracChangeset for help on using the changeset viewer.