Do not use tommath.h from the system for building
This commit is contained in:
parent
9034e712b8
commit
22550d41ad
4
dep.pl
4
dep.pl
@ -120,8 +120,8 @@ print {$class} << 'EOS';
|
||||
# define LTM_LAST
|
||||
#endif
|
||||
|
||||
#include "tommath_superclass.h"
|
||||
#include "tommath_class.h"
|
||||
#include <tommath_superclass.h>
|
||||
#include <tommath_class.h>
|
||||
#else
|
||||
# define LTM_LAST
|
||||
#endif
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "tommath_class.h"
|
||||
#include <tommath_class.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -1051,8 +1051,8 @@
|
||||
# define LTM_LAST
|
||||
#endif
|
||||
|
||||
#include "tommath_superclass.h"
|
||||
#include "tommath_class.h"
|
||||
#include <tommath_superclass.h>
|
||||
#include <tommath_class.h>
|
||||
#else
|
||||
# define LTM_LAST
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user