more include file cleanup

This commit is contained in:
Axel Kohlmeyer
2019-06-29 21:30:23 -04:00
parent 31cbccda85
commit 96744c4933
62 changed files with 37 additions and 107 deletions

View File

@ -12,7 +12,6 @@
------------------------------------------------------------------------- */
#include <mpi.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <errno.h>
@ -52,10 +51,6 @@
#include "memory.h"
#include "utils.h"
#ifdef _OPENMP
#include <omp.h>
#endif
#ifdef _WIN32
#include <direct.h>
#endif