Changeset 76cfef in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Jul 14, 2011, 10:10:49 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
801bdb090ffb79e83ba751feae3e853c5cfb20cb
Parents:
210e07a1e0428569506a64e13a3ad98460b707e3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-14 22:10:49+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:17+01:00
Message:
FIX: fixed #includes in the kernel/  sources
ADD: dummy headers in some strange cases
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    r210e07 r76cfef  
    1313#define PLURAL_INTERNAL_DECLARATIONS
    1414
    15 #include <omalloc.h>
     15#include <omalloc/omalloc.h>
    1616#include <polys/polys.h>
    1717#include <kernel/ideals.h>
     
    2424//#include "spolys.h"
    2525//#include "cntrlc.h"
    26 #include <kernel/weight.h>
     26#include <polys/weight.h>
    2727#include <misc/intvec.h>
    2828#include <polys/nc/nc.h>
    29 #include <kernel/sca.h>
     29#include <polys/nc/sca.h>
    3030#include <kernel/ratgring.h>
    3131
Note: See TracChangeset for help on using the changeset viewer.