move standard includes

This commit is contained in:
Francois Perrad 2015-11-19 21:34:58 +01:00
parent 2e28a7db97
commit f771e317ff
3 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#include <string.h>
#include <time.h>
#ifdef IOWNANATHLON

View File

@ -16,10 +16,8 @@
#define BN_H_
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <ctype.h>
#include <limits.h>
#include <tommath_class.h>

View File

@ -16,6 +16,7 @@
#define TOMMATH_PRIV_H_
#include <tommath.h>
#include <ctype.h>
#ifdef __cplusplus
extern "C" {