more rearranging of include file order to put implementation headers first

This commit is contained in:
Axel Kohlmeyer
2019-07-03 21:57:39 -04:00
parent 6cf3bb3e4e
commit 416911aa7e
208 changed files with 234 additions and 235 deletions

View File

@ -15,12 +15,12 @@
Contributing authors: Paul Crozier (SNL)
------------------------------------------------------------------------- */
#include "pair_dsmc.h"
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <climits>
#include "pair_dsmc.h"
#include "atom.h"
#include "comm.h"
#include "force.h"