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

@ -16,6 +16,7 @@
Richard Berger (Temple U)
------------------------------------------------------------------------- */
#include "info.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
@ -23,7 +24,6 @@
#include <ctime>
#include <map>
#include <string>
#include "info.h"
#include "accelerator_kokkos.h"
#include "atom.h"
#include "comm.h"