some more include file cleanup.

include cstdlib where functions like atoi() are used
remove unneeded include statements from headers
This commit is contained in:
Axel Kohlmeyer
2019-06-27 01:02:17 -04:00
parent f7507512b1
commit 17602b4c26
6 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,8 @@
------------------------------------------------------------------------- */
#include <mpi.h>
#include <string.h>
#include <cstring>
#include <cstdlib>
#include "compute_reduce_chunk.h"
#include "atom.h"
#include "update.h"