mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Fix header names
This commit is contained in:
parent
c0b0bfe228
commit
d3aa33f593
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
#include "cyclone_bignum_class.h"
|
#include "bignum_class.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -1212,8 +1212,8 @@
|
||||||
# define LTM_LAST
|
# define LTM_LAST
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <cyclone_bignum_superclass.h>
|
#include <bignum_superclass.h>
|
||||||
#include <cyclone_bignum_class.h>
|
#include <bignum_class.h>
|
||||||
#else
|
#else
|
||||||
# define LTM_LAST
|
# define LTM_LAST
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue