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

@ -15,14 +15,11 @@
Contributing authors: Richard Berger (Temple U)
------------------------------------------------------------------------- */
#include "lammps.h"
#include "force.h"
#include "error.h"
#include "comm.h"
#include "utils.h"
#include "text_file_reader.h"
#include "tokenizer.h"
#include "fmt/format.h"
#include "tokenizer.h"
#include "utils.h"
#include <cstring>