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

@ -15,9 +15,9 @@
Contributing author: Trung Dac Nguyen (ndactrung@gmail.com)
------------------------------------------------------------------------- */
#include "body_rounded_polyhedron.h"
#include <cstring>
#include <cstdlib>
#include "body_rounded_polyhedron.h"
#include "my_pool_chunk.h"
#include "atom_vec_body.h"
#include "atom.h"