fix includes
as of @czurnieden "there's always leftovers" and he's right that's a leftover of #127
This commit is contained in:
parent
a75224277f
commit
e05b1e181b
4
dep.pl
4
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user