diff --git a/src/ML-SNAP/sna.cpp b/src/ML-SNAP/sna.cpp index b33ad8a491..9d32f4ab9c 100644 --- a/src/ML-SNAP/sna.cpp +++ b/src/ML-SNAP/sna.cpp @@ -17,12 +17,14 @@ ------------------------------------------------------------------------- */ #include "sna.h" -#include + +#include "comm.h" +#include "error.h" #include "math_const.h" #include "math_special.h" #include "memory.h" -#include "error.h" -#include "comm.h" + +#include using namespace std; using namespace LAMMPS_NS;