update include handling for commands

This commit is contained in:
Axel Kohlmeyer
2020-09-03 00:51:58 -04:00
parent c2cf19bdd4
commit c7c4297cfc
26 changed files with 191 additions and 199 deletions

View File

@ -16,11 +16,12 @@
------------------------------------------------------------------------- */
#include "region_prism.h"
#include <cstring>
#include "domain.h"
#include "force.h"
#include "math_extra.h"
#include "error.h"
#include "math_extra.h"
#include <cstring>
using namespace LAMMPS_NS;