Commit 22550d41adc46c3739fe8cda260235b7c537799e

czurnieden 2018-05-02T22:01:09

Do not use tommath.h from the system for building

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 <tommath_superclass.h>
+#include <tommath_class.h>
 #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 <stdint.h>
 #include <limits.h>
 
-#include "tommath_class.h"
+#include <tommath_class.h>
 
 #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 <tommath_superclass.h>
+#include <tommath_class.h>
 #else
 #   define LTM_LAST
 #endif