Changeset 76cfef in git for kernel/shiftgb.cc


Ignore:
Timestamp:
Jul 14, 2011, 10:10:49 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
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/shiftgb.cc

    r210e07 r76cfef  
    1515#include <coeffs/numbers.h>
    1616#include <kernel/ideals.h>
    17 #include <kernel/matpol.h>
     17#include <polys/matpol.h>
    1818#include <polys/kbuckets.h>
    1919#include <kernel/kstd1.h>
    20 #include <kernel/sbuckets.h>
    21 #include <kernel/p_Mult_q.h>
     20#include <polys/sbuckets.h>
     21#include <polys/operations/p_Mult_q.h>
    2222#include <kernel/kutil.h>
    2323#include <kernel/structs.h>
     
    2525#include <kernel/khstd.h>
    2626#include <polys/kbuckets.h>
    27 #include <kernel/weight.h>
     27#include <polys/weight.h>
    2828#include <misc/intvec.h>
    2929#include <kernel/structs.h>
    3030#include <kernel/kInline.cc>
    3131#include <kernel/stairc.h>
    32 #include <kernel/weight.h>
     32#include <polys/weight.h>
    3333#include <misc/intvec.h>
    3434#include <kernel/timer.h>
    3535#include <kernel/shiftgb.h>
    36 #include <kernel/sca.h>
     36#include <polys/nc/sca.h>
    3737
    3838
Note: See TracChangeset for help on using the changeset viewer.