put implementation header first for all remaining main folder source files

This commit is contained in:
Axel Kohlmeyer
2019-07-03 19:34:13 -04:00
parent 7967cb1133
commit 256531a29a
121 changed files with 121 additions and 121 deletions

View File

@ -15,13 +15,13 @@
// due to OpenMPI bug which sets INT64_MAX via its mpi.h
// before lmptype.h can set flags to insure it is done correctly
#include "read_data.h"
#include "lmptype.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include <cstdlib>
#include <cctype>
#include "read_data.h"
#include "atom.h"
#include "atom_vec.h"
#include "atom_vec_ellipsoid.h"