mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +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 <limits.h>
|
||||
|
||||
#include "cyclone_bignum_class.h"
|
||||
#include "bignum_class.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue