Merge pull request #1542 from akohlmey/improve-include-consistency

Improve Consistency of Include Statements (mostly complete)
This commit is contained in:
Axel Kohlmeyer
2019-07-29 20:12:41 -04:00
committed by GitHub
1445 changed files with 2675 additions and 5046 deletions

View File

@ -11,19 +11,17 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include <cstring>
#include "comm_tiled.h"
#include "comm_brick.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h"
#include "atom_vec.h"
#include "domain.h"
#include "force.h"
#include "pair.h"
#include "neighbor.h"
#include "modify.h"
#include "fix.h"
#include "compute.h"
#include "output.h"
#include "dump.h"
#include "memory.h"
#include "error.h"