The unified diff between revisions [6c790cad..] and [40ab3795..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "tommath.h"
#  from [e18fb765c96711cccdb5c6ff11f43dbe00bf7295]
#    to [fff11026ebb0396e0be9979d86b17879f93a682b]
#
# patch "tommath_class.h"
#  from [7688e3b0cc18153b3383bfa6ff66abfc978c4680]
#    to [380cd5dc2ff03dba69902900fea72bc9c26453bf]
#
============================================================
--- tommath.h	e18fb765c96711cccdb5c6ff11f43dbe00bf7295
+++ tommath.h	fff11026ebb0396e0be9979d86b17879f93a682b
@@ -21,7 +21,7 @@
 #include <ctype.h>
 #include <limits.h>

-#include <tommath_class.h>
+#include "tommath_class.h"

 #undef MIN
 #define MIN(x,y) ((x)<(y)?(x):(y))
============================================================
--- tommath_class.h	7688e3b0cc18153b3383bfa6ff66abfc978c4680
+++ tommath_class.h	380cd5dc2ff03dba69902900fea72bc9c26453bf
@@ -987,8 +987,8 @@
 #ifdef LTM3
 #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