clean up includes in MC and MISC package

This commit is contained in:
Axel Kohlmeyer
2019-07-07 11:49:13 -04:00
parent 35e2401099
commit e5af9db84c
24 changed files with 12 additions and 55 deletions

View File

@ -17,17 +17,14 @@
------------------------------------------------------------------------- */
#include "fix_gld.h"
#include <mpi.h>
#include <cmath>
#include <cstdio>
#include <cstring>
#include "math_extra.h"
#include "atom.h"
#include "force.h"
#include "update.h"
#include "respa.h"
#include "comm.h"
#include "input.h"
#include "variable.h"
#include "random_mars.h"
#include "memory.h"
#include "error.h"