From 925d6d37b9d3be6c2b95255657feb3d1bf18bd7c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 28 Oct 2018 21:32:01 -0400 Subject: [PATCH] adjust header inclusion to current LAMMPS conventions --- src/USER-PLUMED/fix_plumed.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/USER-PLUMED/fix_plumed.cpp b/src/USER-PLUMED/fix_plumed.cpp index 794ab50f82..1b05477e38 100644 --- a/src/USER-PLUMED/fix_plumed.cpp +++ b/src/USER-PLUMED/fix_plumed.cpp @@ -1,6 +1,8 @@ -#include "math.h" -#include "stdlib.h" -#include "string.h" + +#include +#include +#include + #include "atom.h" #include "update.h" #include "force.h"