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,10 +15,10 @@
Contributing author: Pieter in 't Veld (SNL)
------------------------------------------------------------------------- */
#include "region_prism.h"
#include <cmath>
#include <cstdlib>
#include <cstring>
#include "region_prism.h"
#include "domain.h"
#include "force.h"
#include "math_extra.h"