Merge pull request #1542 from akohlmey/improve-include-consistency

Improve Consistency of Include Statements (mostly complete)
This commit is contained in:
Axel Kohlmeyer
2019-07-29 20:12:41 -04:00
committed by GitHub
1445 changed files with 2675 additions and 5046 deletions

View File

@ -16,8 +16,14 @@
Richard Berger (Temple U)
------------------------------------------------------------------------- */
#include <cstring>
#include "info.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include <cctype>
#include <ctime>
#include <map>
#include <string>
#include "accelerator_kokkos.h"
#include "atom.h"
#include "comm.h"
@ -44,18 +50,12 @@
#include "error.h"
#include "utils.h"
#include <ctime>
#include <map>
#include <string>
#include <algorithm>
#ifdef _WIN32
#define PSAPI_VERSION 1
#include <windows.h>
#include <stdint.h> // <cstdint> requires C++-11
#include <psapi.h>
#else
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/utsname.h>
#endif