From 892083090930e3adfda60331ecb57945796dfc2b Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 13 Oct 2020 15:25:46 -0400 Subject: [PATCH] utils.h is not needed (globally included via pointer.h) --- src/KSPACE/msm_cg.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/KSPACE/msm_cg.cpp b/src/KSPACE/msm_cg.cpp index 383bb58dd5..c6b6a855cc 100644 --- a/src/KSPACE/msm_cg.cpp +++ b/src/KSPACE/msm_cg.cpp @@ -26,7 +26,6 @@ #include "force.h" #include "neighbor.h" #include "memory.h" -#include "utils.h" #include "fmt/format.h" using namespace LAMMPS_NS;