Changeset 563fc3 in git


Ignore:
Timestamp:
Aug 1, 2011, 6:58:20 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
5ddb8d5d7efafd17c8372dcc69d4fc43adbf4be6
Parents:
b5ebe54cea878c7c82ebc41aac7fa1cc99af1bbf
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-01 18:58:20+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:20+01:00
Message:
more includes fixes
Location:
Singular
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    rb5ebe5 r563fc3  
    203203#ifdef HAVE_PLURAL
    204204
    205 #include <kernel/ncSAMult.h> // for CMultiplier etc classes
     205#include <polys/nc/ncSAMult.h> // for CMultiplier etc classes
    206206
    207207template class CMultiplier<int>;
  • Singular/extra.cc

    rb5ebe5 r563fc3  
    9797#ifdef HAVE_PLURAL
    9898#include <polys/monomials/ring.h>
    99 #include <kernel/ncSAMult.h> // for CMultiplier etc classes
     99#include <polys/nc/ncSAMult.h> // for CMultiplier etc classes
    100100#include <Singular/ipconv.h>
    101101#include <polys/monomials/ring.h>
  • Singular/pipeLink.cc

    rb5ebe5 r563fc3  
    1818
    1919
    20 #include "mod2.h"
     20#include "kernel/mod2.h"
    2121
    2222#include "tok.h"
Note: See TracChangeset for help on using the changeset viewer.