utils.h is not needed (globally included via pointer.h)

This commit is contained in:
Axel Kohlmeyer 2020-10-13 15:25:46 -04:00
parent 338b05d9dd
commit 8920830909
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
#include "force.h"
#include "neighbor.h"
#include "memory.h"
#include "utils.h"
#include "fmt/format.h"
using namespace LAMMPS_NS;