continue cleaning up include file lists

This commit is contained in:
Axel Kohlmeyer
2019-06-28 21:38:19 -04:00
parent 557a1274e4
commit 31cbccda85
59 changed files with 32 additions and 101 deletions

View File

@ -16,9 +16,7 @@
------------------------------------------------------------------------- */
#include <mpi.h>
#include <cstdlib>
#include <cstring>
#include <cstdio>
#include <cmath>
#include "domain.h"
#include "style_region.h"
@ -37,13 +35,11 @@
#include "output.h"
#include "thermo.h"
#include "universe.h"
#include "math_const.h"
#include "memory.h"
#include "error.h"
#include "utils.h"
using namespace LAMMPS_NS;
using namespace MathConst;
#define BIG 1.0e20
#define SMALL 1.0e-4