include what you use

This commit is contained in:
Enno Rehling 2021-03-14 17:42:18 +01:00
parent d1aff44d7b
commit 56141ee7a1
1 changed files with 1 additions and 6 deletions

View File

@ -1,17 +1,12 @@
#ifdef _MSC_VER
#define _USE_MATH_DEFINES
#endif
#include <platform.h>
#include "rand.h"
#include "mtrand.h"
#include "rng.h"
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include <math.h>
#include <float.h>
#include <ctype.h>
int lovar(double xpct_x2)
{