some more second pass cleanup

This commit is contained in:
Axel Kohlmeyer
2020-09-04 00:46:23 -04:00
parent 508b49c976
commit 2e0af2fdce
18 changed files with 33 additions and 47 deletions

View File

@ -17,11 +17,11 @@
#include "tokenizer.h"
#include "utils.h"
#include "fmt/format.h"
#include <exception>
#include <utility>
#include "fmt/format.h"
using namespace LAMMPS_NS;
TokenizerException::TokenizerException(const std::string & msg, const std::string & token){