Do not use tommath.h from the system for building

This commit is contained in:
czurnieden 2018-05-02 22:01:09 +02:00
parent 9034e712b8
commit 22550d41ad
3 changed files with 5 additions and 5 deletions

4
dep.pl
View File

@ -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

View File

@ -18,7 +18,7 @@
#include <stdint.h>
#include <limits.h>
#include "tommath_class.h"
#include <tommath_class.h>
#ifdef __cplusplus
extern "C" {

View File

@ -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