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

@ -11,6 +11,7 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "input.h"
#include <mpi.h>
#include <cstdlib>
#include <cstring>
@ -18,7 +19,6 @@
#include <cctype>
#include <unistd.h>
#include <sys/stat.h>
#include "input.h"
#include "style_command.h"
#include "universe.h"
#include "atom.h"