no need to include pair.h

This commit is contained in:
Axel Kohlmeyer
2022-09-25 06:41:51 -04:00
parent 084024cdc3
commit 67a210e6d8
2 changed files with 3 additions and 4 deletions

View File

@ -16,18 +16,18 @@
Contributing author: Eric Simon (Cray)
------------------------------------------------------------------------- */
#include <cstring>
#include "bond_class2.h"
#include <cmath>
#include "atom.h"
#include "neighbor.h"
#include "comm.h"
#include "force.h"
#include "pair.h"
#include "memory.h"
#include "error.h"
#include <cmath>
#include <cstring>
using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */

View File

@ -26,7 +26,6 @@
#include "math_const.h"
#include "memory.h"
#include "neighbor.h"
#include "pair.h"
#include <cmath>