Changeset 0726609 in git for kernel/test.cc
- Timestamp:
- Aug 10, 2011, 6:07:10 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- b787fb622b3dfe943eef686fac748293e888376c
- Parents:
- 7b2b05e5e54bc3ab322d7d747d4f5afdd8352050
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-10 18:07:10+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:19:12+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test.cc
r7b2b05 r0726609 1 1 #include <omalloc/omalloc.h> 2 2 #include <misc/auxiliary.h> 3 #ifdef HAVE_FACTORY 4 #include <factory/factory.h> // :( 5 #endif 3 6 4 7 #include <misc/intvec.h> … … 171 174 172 175 173 // NOTE: including any of the following will lead to including factory.h with a bunch of C++ errors...174 #ifdef HAVE_FACTORY175 #include <factory/factory.h> // :(176 #endif177 176 // #include <polys/clapconv.h> // due to factory? :( 178 177 // #include "tgb_internal.h" // :(
Note: See TracChangeset
for help on using the changeset viewer.