Changeset 5ddb8d in git


Ignore:
Timestamp:
Aug 2, 2011, 10:37:20 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
e32205c0fbe414c47df8e185055dadac35de3d2a
Parents:
563fc3b57721e0b287e99cab72f94e83ab25cb1e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-02 10:37:20+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:20+01:00
Message:
fix: some include paths
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r563fc3 r5ddb8d  
    4747#include <kernel/febase.h>
    4848#include <polys/matpol.h>
    49 #include <kernel/longalg.h>
     49//#include <kernel/longalg.h>
    5050#include <kernel/ideals.h>
    5151#include <kernel/kstd1.h>
  • Singular/feOpt.cc

    r563fc3 r5ddb8d  
    1010#include <stdlib.h>
    1111#include <kernel/mod2.h>
     12#ifdef HAVE_FACTORY
     13#define SI_DONT_HAVE_GLOBAL_VARS
     14#include <factory/factory.h>
     15#endif
    1216#include <Singular/feOpt.h>
    1317#if !defined(GENERATE_OPTION_INDEX) && !defined(ESINGULAR) && !defined(TSINGULAR)
     
    294298#include <kernel/timer.h>
    295299
    296 #ifdef HAVE_FACTORY
    297 #define SI_DONT_HAVE_GLOBAL_VARS
    298 #include <factory/factory.h>
    299 #endif
    300300#include <errno.h>
    301301
Note: See TracChangeset for help on using the changeset viewer.