clean up includes in packages CLASS2, COLLOID, COMPRESS, and CORESHELL

This commit is contained in:
Axel Kohlmeyer
2019-07-06 06:29:22 -04:00
parent 4db4833395
commit a00d38572e
25 changed files with 13 additions and 126 deletions

View File

@ -18,9 +18,7 @@
#include "compute_temp_cs.h"
#include <mpi.h>
#include <cstdlib>
#include <cstring>
#include <cmath>
#include "atom.h"
#include "atom_vec.h"
#include "domain.h"
@ -28,7 +26,6 @@
#include "force.h"
#include "group.h"
#include "modify.h"
#include "fix.h"
#include "fix_store.h"
#include "comm.h"
#include "memory.h"