Merge pull request #127 from mikhailnov/develop

Fix includes
This commit is contained in:
Steffen Jaeckel
2018-12-01 15:47:31 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#include <stdint.h>
#include <limits.h>
#include <tommath_class.h>
#include "tommath_class.h"
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -1121,8 +1121,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