From e05b1e181b5bfd897b2e0b820961bc8a6377db97 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Fri, 12 Apr 2019 19:07:08 +0200 Subject: [PATCH] fix includes as of @czurnieden "there's always leftovers" and he's right that's a leftover of #127 --- dep.pl | 4 ++-- tommath_class.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dep.pl b/dep.pl index bddb51fc7..1ecb14117 100755 --- a/dep.pl +++ b/dep.pl @@ -123,8 +123,8 @@ # define LTM_LAST #endif -#include -#include +#include "tommath_superclass.h" +#include "tommath_class.h" #else # define LTM_LAST #endif diff --git a/tommath_class.h b/tommath_class.h index 3970bf811..2a8e438b8 100644 --- a/tommath_class.h +++ b/tommath_class.h @@ -1253,8 +1253,8 @@ # define LTM_LAST #endif -#include -#include +#include "tommath_superclass.h" +#include "tommath_class.h" #else # define LTM_LAST #endif