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

@ -12,7 +12,7 @@
------------------------------------------------------------------------- */
#include "dump_image.h"
#include <mpi.h>
#include <cmath>
#include <cctype>
#include <cstring>
@ -35,7 +35,7 @@
#include "math_extra.h"
#include "error.h"
#include "memory.h"
#include "utils.h"
using namespace LAMMPS_NS;
using namespace MathConst;