From 22550d41adc46c3739fe8cda260235b7c537799e Mon Sep 17 00:00:00 2001 From: czurnieden Date: Wed, 2 May 2018 22:01:09 +0200 Subject: [PATCH] Do not use tommath.h from the system for building --- dep.pl | 4 ++-- tommath.h | 2 +- tommath_class.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dep.pl b/dep.pl index 69fcd95..71c6b71 100644 --- a/dep.pl +++ b/dep.pl @@ -120,8 +120,8 @@ print {$class} << 'EOS'; # define LTM_LAST #endif -#include "tommath_superclass.h" -#include "tommath_class.h" +#include +#include #else # define LTM_LAST #endif diff --git a/tommath.h b/tommath.h index 44487e1..b6b945a 100644 --- a/tommath.h +++ b/tommath.h @@ -18,7 +18,7 @@ #include #include -#include "tommath_class.h" +#include #ifdef __cplusplus extern "C" { diff --git a/tommath_class.h b/tommath_class.h index 250dc4b..f700d66 100644 --- a/tommath_class.h +++ b/tommath_class.h @@ -1051,8 +1051,8 @@ # define LTM_LAST #endif -#include "tommath_superclass.h" -#include "tommath_class.h" +#include +#include #else # define LTM_LAST #endif