first batch of changes suggested by using include-what-you-use tool

This commit is contained in:
Axel Kohlmeyer
2019-06-27 09:14:36 -04:00
parent 08ac695a06
commit 84e156d380
15 changed files with 18 additions and 22 deletions

View File

@ -14,9 +14,6 @@
#include <mpi.h>
#include "lammps.h"
#include "input.h"
#include "error.h"
#include <cstdio>
#include <cstdlib>
#if defined(LAMMPS_TRAP_FPE) && defined(_GNU_SOURCE)
#include <fenv.h>