Unverified Commit 256531a2 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

put implementation header first for all remaining main folder source files

parent 7967cb11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

#include <mpi.h>
#include "imbalance_neigh.h"
#include <mpi.h>
#include "atom.h"
#include "comm.h"
#include "force.h"
+1 −1
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

#include <cstring>
#include "imbalance_store.h"
#include <cstring>
#include "atom.h"
#include "error.h"

+1 −1
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

#include <mpi.h>
#include "imbalance_time.h"
#include <mpi.h>
#include "atom.h"
#include "force.h"
#include "timer.h"
+1 −1
Original line number Diff line number Diff line
@@ -11,9 +11,9 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

#include "imbalance_var.h"
#include <mpi.h>
#include <cstring>
#include "imbalance_var.h"
#include "atom.h"
#include "group.h"
#include "input.h"
+1 −1
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@
   Contributing author: Axel Kohlmeyer (Temple U)
------------------------------------------------------------------------- */

#include <cstring>
#include "improper_deprecated.h"
#include <cstring>
#include "improper_hybrid.h"
#include "comm.h"
#include "force.h"
Loading