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

@ -11,6 +11,7 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include <mpi.h>
#include <cmath>
#include "min_fire.h"
#include "universe.h"
@ -19,7 +20,6 @@
#include "update.h"
#include "output.h"
#include "timer.h"
#include "error.h"
using namespace LAMMPS_NS;