Commit e05b1e181b5bfd897b2e0b820961bc8a6377db97

Steffen Jaeckel 2019-04-12T19:07:08

fix includes as of @czurnieden "there's always leftovers" and he's right that's a leftover of #127

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