Commit f5a4537f3cf0216a5bd84f33bcd36d5e52cdae46

Steffen Jaeckel 2019-04-12T22:50:39

Merge pull request #222 from libtom/fix/includes fix includes

diff --git a/dep.pl b/dep.pl
index bddb51f..1ecb141 100755
--- a/dep.pl
+++ b/dep.pl
@@ -123,8 +123,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_class.h b/tommath_class.h
index 3970bf8..2a8e438 100644
--- a/tommath_class.h
+++ b/tommath_class.h
@@ -1253,8 +1253,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