Changeset 0fb34ba in git for Singular/iplib.cc


Ignore:
Timestamp:
Aug 1, 2011, 6:15:44 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
5835ba44a28ead9218efcd254fc0ecbf3e32c968
Parents:
57592b355247b69310d60aa0448d638c327ad3e8
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-01 18:15:44+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:19+01:00
Message:
start with dir Singular: fix includes and makefile
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r57592b3 r0fb34ba  
    1616#include <Singular/static.h>
    1717#include <Singular/tok.h>
    18 #include <kernel/options.h>
     18#include <misc/options.h>
    1919#include <Singular/ipid.h>
    2020#include <omalloc/omalloc.h>
    2121#include <kernel/febase.h>
    22 #include <kernel/ring.h>
     22#include <polys/monomials/ring.h>
    2323#include <Singular/subexpr.h>
    2424#include <Singular/ipshell.h>
     
    5959                         short nToktype, short nPos);
    6060
    61 #include <kernel/mod_raw.h>
     61#include <polys/mod_raw.h>
    6262
    6363#ifdef HAVE_LIBPARSER
Note: See TracChangeset for help on using the changeset viewer.