Changeset 88e670 in git
- Timestamp:
- May 3, 2010, 10:06:43 AM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 8e0242295b4d15e0888fcf82a2aee88da415872f
- Parents:
- a642c6496b882ae7c494f305e7f19767fba51195
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-05-03 10:06:43+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:50:25+01:00
- Files:
-
- 5 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/feResource.cc
ra642c64 r88e670 21 21 22 22 23 #include <Singular/distrib.h>24 #include <kernel/dError.h>23 #include "../Singular/distrib.h" 24 #include "dError.h" 25 25 #if !defined(ESINGULAR) && !defined(TSINGULAR) 26 26 #include <kernel/febase.h> -
kernel/misc.cc
ra642c64 r88e670 20 20 #include <kernel/febase.h> 21 21 //#include "cntrlc.h" 22 #include <kernel/kstd1.h> 23 #include <kernel/timer.h> 24 #include <kernel/intvec.h> 25 #include <kernel/ring.h> 26 #include <kernel/p_Procs.h> 22 #include "kstd1.h" 23 #include "timer.h" 24 #include "intvec.h" 25 #include "ring.h" 26 #include "p_Procs.h" 27 #include "kversion.h" 27 28 28 29 //#ifdef HAVE_LIBPARSER
Note: See TracChangeset
for help on using the changeset viewer.