make include files independent of previously included headers. include them first in implementation files.
this is to be compliant with upcoming definition of include file policy
This commit is contained in:
@ -53,13 +53,13 @@
|
||||
/* ----------------------------------------------------------------------
|
||||
Designed for use with the kim-api-2.0.2 (and newer) package
|
||||
------------------------------------------------------------------------- */
|
||||
#include "pair_kim.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
|
||||
// includes from LAMMPS
|
||||
#include "pair_kim.h"
|
||||
#include "atom.h"
|
||||
#include "comm.h"
|
||||
#include "universe.h"
|
||||
|
||||
Reference in New Issue
Block a user