IWYU based include statement cleanup

This commit is contained in:
Axel Kohlmeyer
2020-09-02 15:26:00 -04:00
parent cc594c0613
commit 6113169a47
714 changed files with 1532 additions and 1554 deletions

View File

@ -16,16 +16,16 @@
------------------------------------------------------------------------- */
#include "atom_vec_ellipsoid.h"
#include <cstring>
#include "math_extra.h"
#include "atom.h"
#include "modify.h"
#include "error.h"
#include "fix.h"
#include "math_const.h"
#include "math_extra.h"
#include "memory.h"
#include "error.h"
#include "utils.h"
#include "fmt/format.h"
#include "modify.h"
#include <cstring>
using namespace LAMMPS_NS;
using namespace MathConst;