putting implementation header first in package folder sources

This commit is contained in:
Axel Kohlmeyer
2019-07-03 19:44:58 -04:00
parent 256531a29a
commit 5b3a15bd94
253 changed files with 256 additions and 260 deletions

View File

@ -11,9 +11,9 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "fix_gpu.h"
#include <cstring>
#include <cstdlib>
#include "fix_gpu.h"
#include "atom.h"
#include "force.h"
#include "pair.h"