File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4646#include < kernel/modulop.h>
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>
5252#include < kernel/syz.h>
Original file line number Diff line number Diff line change 99#include < string.h>
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)
1418#include < misc/options.h>
@@ -293,10 +297,6 @@ static void feOptHelp(const char* name);
293297#include < Singular/cntrlc.h>
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
302302static const char * feOptAction (feOptIndex opt);
You can’t perform that action at this time.
0 commit comments