fix includes

as of @czurnieden "there's always leftovers" and he's right

that's a leftover of #127
This commit is contained in:
Steffen Jaeckel 2019-04-12 19:07:08 +02:00
parent a75224277f
commit e05b1e181b
2 changed files with 4 additions and 4 deletions

4
dep.pl
View File

@ -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

View File

@ -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