rechecking some corefiles with IWYU after the many updates

This commit is contained in:
Axel Kohlmeyer
2020-09-03 15:28:07 -04:00
parent 05c7cfe59f
commit 390c6ba106
13 changed files with 28 additions and 31 deletions

View File

@ -12,13 +12,11 @@
------------------------------------------------------------------------- */
#include "timer.h"
#include <mpi.h>
#include <cstring>
#include <cstdlib>
#include "comm.h"
#include "error.h"
#include "force.h"
#include "utils.h"
#include <cstring>
#ifdef _WIN32
#include <windows.h>