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

@ -21,9 +21,9 @@
------------------------------------------------------------------------- */
#include "pair_tersoff_table.h"
#include <mpi.h>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include "atom.h"
#include "neighbor.h"
@ -32,7 +32,7 @@
#include "force.h"
#include "comm.h"
#include "memory.h"
#include "utils.h"
#include "tokenizer.h"
#include "potential_file_reader.h"