more include file updates found by iwyu

This commit is contained in:
Axel Kohlmeyer
2020-09-02 22:52:22 -04:00
parent 7b8fe97a88
commit 45f80f4f06
17 changed files with 94 additions and 87 deletions

View File

@ -22,15 +22,16 @@
------------------------------------------------------------------------- */
#include "min_linesearch.h"
#include <mpi.h>
#include <cmath>
#include "atom.h"
#include "modify.h"
#include "fix_minimize.h"
#include "pair.h"
#include "modify.h"
#include "output.h"
#include "pair.h"
#include "thermo.h"
#include <cmath>
using namespace LAMMPS_NS;
// ALPHA_MAX = max alpha allowed to avoid long backtracks