Fix header names

This commit is contained in:
Justin Ethier 2019-10-18 10:38:00 -04:00
parent c0b0bfe228
commit d3aa33f593
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
#include <stdint.h>
#include <limits.h>
#include "cyclone_bignum_class.h"
#include "bignum_class.h"
#ifdef __cplusplus
extern "C" {

View file

@ -1212,8 +1212,8 @@
# define LTM_LAST
#endif
#include <cyclone_bignum_superclass.h>
#include <cyclone_bignum_class.h>
#include <bignum_superclass.h>
#include <bignum_class.h>
#else
# define LTM_LAST
#endif