more include file updates

This commit is contained in:
Axel Kohlmeyer
2020-09-02 21:44:04 -04:00
parent 4ba6a4f958
commit f88f4cd60e
66 changed files with 416 additions and 448 deletions

View File

@ -12,21 +12,19 @@
------------------------------------------------------------------------- */
#include "kspace.h"
#include <mpi.h>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <string>
#include "atom.h"
#include "comm.h"
#include "force.h"
#include "pair.h"
#include "memory.h"
#include "atom_masks.h"
#include "error.h"
#include "suffix.h"
#include "comm.h"
#include "domain.h"
#include "fmt/format.h"
#include "error.h"
#include "force.h"
#include "memory.h"
#include "pair.h"
#include "suffix.h"
#include <cmath>
#include <cstring>
using namespace LAMMPS_NS;